{% extends 'main/base.html' %} {% load i18n %} {% load static %} {% load project_tags %} {% block stylesheets %} {% endblock %} {% block content %}
{% with 'navigation/large_button_link.html' as link_template %} {% with 8 as button_link_columns %} {% include 'generic_navigation.html' %} {% endwith %} {% endwith %}
{% if query_string %} {% include 'main/generic_list_subtemplate.html' %} {% endif %} {% endblock %}