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

{{ combination.short_label }}

{{ combination.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 %}
{{ combination.difficulty }}
{% else %}

No skill defined for this combination.

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

Informations
{{ routine.to_markdown | safe }}
{% endif %}
{% if combination.informations %}

Informations

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