{% extends 'veriport_dashboard/base.html' %} {% load i18n static %} {% load veriport_dashboard_tags %} {% block title %}{% trans 'Reports' %}{% endblock %} {% block reports_active %}active{% endblock %} {% block extra_sidebar %}
 
{% endblock %} {% block content %}

{% trans 'Reports' %}

{% if duration_type %} {% endif %} {% if duration_type %} {% endif %}
{% trans 'Regulated Test' %} {% trans 'Account' %} {% trans 'MRO Verification' %} {% trans 'CCF Matched Date' %} {% trans 'Date Released' %} {% trans 'Datetime Imported' %}{{ duration_type }}
{% trans 'Regulated Test' %} {% trans 'Account' %} {% trans 'MRO Verification' %} {% trans 'CCF Matched Date' %} {% trans 'Date Released' %} {% trans 'Account Type' %} {% trans 'Datetime Imported' %}{{ duration_type }}
 

{% trans 'Filters' %}

{% csrf_token %} {{ form.start_date }} {{ form.end_date }}
{{ form.search_text }}
{{ form.account_type }}
 

{% trans 'Toggle Report Columns' %}

{% trans 'Regulated Testing' %}

{% for test_option in form.regulated_testing %}
{{ test_option }}
{% endfor %}

{% trans 'TPA Reports' %}

{% for test_option in form.tpa_reports %}
{{ test_option }}
{% endfor %}

{% trans 'MRO Reports' %}

{% for test_option in form.mro_reports %}
{{ test_option }}
{% endfor %}
 
{% endblock %} {% block extra_js %} {% endblock %}