{% extends "base.html" %}
{% block base_header_additional_head %}
{% endblock base_header_additional_head %}
{% block base_content %}
{% if matrix %}
{% include 'report/frag_matrix_report.html' %}
{% else %}
{% include 'report/frag_matrix_index.html' %}
{% endif %}
{% endblock base_content %}