{% extends 'base_training.html' %} {% load markdown_tags %} {% block content %} {% if request.user.is_staff %} {% endif %} {% for level in object_list %} {% ifchanged level.department %} {% if not forloop.first %}{% endif %}
{% endifchanged %}

{{level}}

{{level.description|markdown}}
{% endfor %} {% endblock %}