{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "Requirements traceability" %} — {{ view_title }}{% endblock %} {% block contents %}
{% for key, icon, label, subtitle, url_name in available_views %}
{{ label }}
{{ subtitle }}
{% endfor %}
{% trans "Reset" %}
{% if show_export_buttons %} {% endif %} {% if show_export_buttons %} {% endif %} {% endblock %}