{% load staticfiles %} {% block headtitle %}mylearnadfriend{% endblock %} {% block headstyle %}{% endblock %} {% block headscript %}{% endblock %} {% if user.is_impersonate %} {% include "partials/impersonate-bar.html" %} {% endif %} {% if preview %} {% include "partials/preview.html" %} {% endif %}
× This system has been designed for screens upwards of 990 pixels wide.
The system will continue to operate, however some functionality may be limited and may not display correctly.
{% if messages %} {% for message in messages %}
× {{ message|safe }}
{% endfor %} {% endif %}
{% block content %}{% endblock %}
{% block footerscript %}{% endblock %} {% include "partials/analytics.html" %}