{% load staticfiles %} seqr {% block extrahead %} {% endblock %}
{% if user.is_authenticated %} {% endif %}
{% if CONSTRUCTION_TEMPLATE %}
{% include CONSTRUCTION_TEMPLATE %}
{% endif %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %} {% endblock %}
{% if user.is_authenticated %}
For bug reports or feature requests please submit github issues
If you have questions or feedback:  contact us
{% endif %}