{% extends 'base_training.html' %} {% block css %} {% endblock %} {% block content %}
{% for level in levels %} {% if forloop.counter == 3 %}
{% endif %} {% if level.level == 2 and level.department is None %}
{% endif %}

{{ level }}

{{ level.description }}

{% if forloop.last %}
{% endif %} {% endfor %}
{% endblock %}