{% extends "base.html" %} {% load has_group %} {% block page_title %}{{ routine.short_label }}{% endblock %} {% block content %}

{{ routine.short_label }}

{{ routine.long_label }}
{% if skill_link_list %} {% for link in skill_link_list %} {% endfor %}
{{ link.skill.notation }} {{ link.skill.short_label }} {% if link.skill.difficulty != 0.0 %}{{ link.skill.difficulty }}{% endif %}
{{ routine.difficulty }}
{% else %}

No skill defined for this routine.

{% endif %}
{% if routine.informations %}

Informations

{{ routine.to_markdown | safe }}
{% endif %}
{% endblock %}