{% load adminmedia %}
{% if title %}{{ title }}{% else %}Survey Example{% endif %}
{% block scripts %} {% endblock scripts %}
{% block styles %} {% endblock styles %} {% load i18n %}
{% trans "Survey Example" noop %}
{% if user.is_authenticated %} {% trans "Welcome" noop %}
{{user}}
- -
{% trans 'Change password' %}
/
{% trans 'Log out' %}
/ {%endif%}
admin
{% block content %} Content. {% endblock content %}