{% extends "base.html" %} {% load i18n %} {% block content %}
{% if first_category.banner %} {% endif %} {% if first_category.icon %} {% trans {% endif %}

{{ first_category.name }}{% if other_categories %}, {% for cat in other_categories %}{{ cat.name }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}

{% if courses %} {% else %}

{% trans "Empty" %}

{% trans "There are no courses with this category or categories associated yet." %}

{% endif %}
{% endblock %}