{% extends 'result/base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans 'Result Summary List' %} | {{ block.super }}{% endblock title %} {% block content %} {% include '_components/header.html' with rtype='Submissions' %} {% include '_components/messages_alert.html' %}
{% include "includes/submission-table.html" %} {% include "compat/link_to_v3_result.html" %}
{% endblock %} {% block footer_scripts %} {{ block.super }} {% endblock footer_scripts %}