{% extends "base.html" %} {% load has_group %} {% block page_title %}{{ combination.short_label }}{% endblock %} {% block content %}
Label : {{ passe.label }}
Content : {% for educative in passe.educative.all %}{{ educative }}{% if not forloop.last %} & {% endif %}{% endfor %}
Répétition : {{ passe.repetition }}
{% if passe.regexp %}RegExp : {{ passe.regexp }}
{% endif %}
{{ passe.label }}{% if passe.regexp %}{{ passe.regexp }}{% endif %}   {{ passe.repetition }}

{{ number_of_skill }} - {{ difficulty }}
{% endblock %}