{% load core_extras %}
{% if empty %} No departments yet. {% endif %}

{% for department in departments.all %} {% endfor %}
{{ department.name }}