{% extends "emmaa_page_template.html" %} {% from "path_macros.html" import detailed_paths %} {% block additional_scripts %} {% endblock %} {% block extend_header %} {% if not is_query_page %}
{% if not latest_date == date %} {% endif %}
{% else %}
{% if next %} {% endif %}
{% endif %}
{% endblock %} {% block body %}
{{ detailed_paths(path_list, test, model, model_type, formatted_names, date, prev, next, test_status, "test_card", "test_result", is_query_page)}}
{% endblock %}