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

Skills Listing

{% if skill_list %} {% for skill in skill_list %} {% endfor %}
Label Notation Diff. Level Rank
 {{ skill.long_label }} ({{ skill.short_label}}) {{ skill.notation }} {{ 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 %}