{% endblock %}
{% block sidebar %}
{% include "navbar.tmpl" %}
{% include "logout.tmpl" %}
{% endblock %}
{% block content %}
{% if failures %}
There were errors in the following fields
{% for failure in failures %}
{{ failure }}
{% comment %}
{{ failure.1|join:", " }}
{% endcomment %}
{% endfor %}
{% endif %}
Press the back button on your browser and edit those field(s)
{% endblock %}