{# ########## dataTables plugin ############ #}
{% with messages = get_flashed_messages() %} {% if messages %}
×
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{# banner image #}
{% if config['TAGLINE'] %}
{{config['TAGLINE']}}
{% endif %}
{# feedback modal #} {% include "modal.html" %} {% block body %}{% endblock %}
{% if active_page=="search" or active_page=="master_list" %} {# feedback button #}
Send Feedback
{# vertical spacing before the bottom, b/c of button #} {% endif %}