{% if refreshrate and refreshrate > 0 %} {% endif %} Scrummage Dashboard {% extends "template.html" %} {% block content %}
{% if tasksdash or resultsdash or eventsdash %}

Auto Refresh

{% endif %}
{% if not tasksdash and not resultsdash and not eventsdash %}

Please select a dashboard

{% if is_admin %}

Tasks Dashboard

Results Dashboard

Events Dashboard

{% else %}

Tasks Dashboard

Results Dashboard

{% endif %} {% elif resultsdash and not tasksdash and not eventsdash %}
{% if Use_Open %} {% if not Use_Closed and not Use_Mixed %}
{% else %}
{% endif %}

Open Results by Type

{% endif %} {% if Use_Mixed %} {% if Use_Open and not Use_Closed %}
{% elif not Use_Open and Use_Closed %}
{% else %}
{% endif %}

Results Under Review by Type

{% endif %} {% if Use_Closed %} {% if not Use_Open and not Use_Mixed %}
{% else %}
{% endif %}

Closed Results by Type

{% endif %}
{% if Dendogram_Data %}
{% if Review_Results %} {% else %} {% endif %}
{% if Closed_Results %} {% else %} {% endif %}

Result Types by Query

{% endif %} {% elif tasksdash and not resultsdash and not eventsdash %}
{% if common_task_types %}

Most Common Task Types

{% endif %} {% if common_query_types %} {% if not common_task_types %}
{% else %}
{% endif %}

Most Common Task Queries

{% endif %} {% if common_frequency_types %} {% if not common_task_types and not common_query_types %}
{% else %}
{% endif %}

Most Common Task Frequencies

{% endif %}
{% elif eventsdash and not resultsdash and not tasksdash and is_admin %}
{% if successful_line_set %}

Successful Logins in the Last 5 Days

{% endif %} {% if unsuccessful_line_set %} {% if successful_line_set %}
{% else %}
{% endif %}

Failed Login Attempts in the Last 5 Days

{% endif %} {% if new_users %} {% if not successful_line_set and not unsuccessful_line_set %}
{% else %}
{% endif %}

New Users in the Last 5 Days

{% endif %}
{% endif %}
{% endblock %}