{% extends 'appearance/base.html' %} {% load i18n %} {% load navigation_tags %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}


{% with 'navigation/large_button_link.html' as link_template %} {% for object_navigation_links in resolved_links %} {% include 'navigation/generic_navigation.html' %} {% empty %}

{% trans 'No results' %}

{% endfor %} {% endwith %}
{% endblock %}