{% extends "prngmgr/base.html" %} {% block title %}{{ table.title }}{% endblock %} {% block scripts %} {% endblock %} {% block content %}

{{ table.title }}

{% if table.filter %}
{% endif %} {% if table.rows.count > 0 %} {% for col in table.cols %} {% endfor %} {% for row in table.rows %} {% for field in row.fields %} {% if field.alert == 1 %} {% endfor %} {% endfor %}
{{ col.title }}
{% elif field.alert == 2 %} {% elif field.alert == 3 %} {% else %} {% endif %} {% if field.link %} {{ field.display }} {% else %} {{ field.display }} {% endif %}
{% else %}

No {{ table.name }} found

{% endif %}
{% endblock %}