{% extends edc_listboard_template %} {% load edc_dashboard_extras %} {% load tz %} {% load static %} {% load edc_adverse_event_extras %} {% block main %}
 {{ listboard_panel_title }}  {% if results|length > 0 %} {{ results|length }} of {{ paginator.count }}{% endif %} {% include 'edc_dashboard/bootstrap3/search_form.html' %}
{% if status == NEW %} {% tmg_listboard_results results "There are no new reports to submit for this site." %} {% elif status == OPEN %} {% tmg_listboard_results results "There are no open reports to submit for this site." %} {% elif status == CLOSED %} {% tmg_listboard_results results "There are no closed reports for this site." %} {% endif %} {% endblock main %}