{% extends 'base.html' %} {% load i18n %} {% block title %}{{block.super}} ยท index{% endblock %} {% block body_class %}header-main{% endblock %} {% block body %} {% include 'partials/nav.html' %} {% if not subheader.search %} {% translate "All" %} {% else %} {% translate "Searching for" %} {{subheader.search}} {% translate "in" %} {% endif %} {% for object in subheader.filter %} {{object.label}} {% endfor %} {% for object in instanceOf %} {{ object.label }} ({{object.amount}}) {% endfor %} {% endblock %}