{% extends "listing.html" %} {% block datacontent %}

Skills Listing

{% if skill_list %} {% for skill in skill_list %} {% endfor %}
 Long Label  Short Label Notation Diff. Level Rank
 {{ skill.long_label }} {{ skill.short_label }} {{ skill.notation }} {{ skill.age_girl_without_help }} {{ skill.age_boy_without_help }} {{ skill.difficulty }} {{ skill.level }} {{ skill.rank }}
{% else %}

There are no skills corresponding to your criterias.

{% endif %}
{% endblock %} {% block pagination %} {% if skills.has_previous and skills.has_next %}
{% if skills.has_previous %} {% endif %} {% if skills.has_next %} {% endif %}
{% endif %} {% endblock %} {% block footerscript %} {% endblock %}