{% extends parentTemplate %} {% block head %} {% endblock %} {% block content %} {{super()}} {% block afterPageTitle %} {% endblock %} {%if showAddButton%}

Add {{modelDisplayName}}

{%endif%} {%if searchable.visibleLength > 0%}
{%for searchObj in searchable%} {%if not searchObj.hiddenComputed%} {%if searchObj.attachToPrevious%}
{%else%} {%if loop.index != 1%}
{%endif%}
{%endif%} {%if searchObj.inputType == "select"%} {%elif searchObj.inputType == "termField"%} {{ forms.termField("f_" + searchObj.id, {value: searchObj.val, descType:searchObj.descType}) }} {%elif searchObj.inputType == "acadYearField"%} {{ forms.acadYearField("f_" + searchObj.id, {value: searchObj.val}) }} {%else%} {%endif%} {%endif%} {%if loop.last%}
{%endif%} {%endfor%}
{%if searchable.hasSearchVal%} {%endif%}
{%endif%} {% block afterSearch %}{% endblock %}
{{table | safe}}
{%if showExport%}
| {%endif%} Total: {{count | formatNum}} | Rows Per Page:
{% endblock %}