{% load static %} {% if title %}{{ title }} | {% endif %}Terminus GPS Notifications

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
{% if messages %}
    {% for message in messages %} {{ message }} {% endfor %}
{% endif %} {% block content %}{% endblock content %}
{% include "terminusgps_notifications/footer.html" %}