{% extends "base.html" %} {% block page_title %}{{ routine.shortLabel }}{% endblock %} {% block content %}

{{ routine.shortLabel }}

{{ routine.longLabel }}
{% if skill_link_list %} {% for link in skill_link_list %} {% endfor %}
{{ link.skill.notation }} {{ link.skill.longLabel }} {{ link.skill.difficulty }}
Total : {{ routine.difficulty }}
{% else %}

No description available for this routine.

{% endif %}
Niveau : {{ routine.level }}
Rank : {{ routine.rank }}
Age Boy : {{ routine.age_boy }}
Age Girl : {{ routine.age_girl }}

{% if routine.content %}

Commentaires

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