{% extends "base.html" %} {% block content %}
{% if error %}
×
Error in submitted data!
{% for e in error %}
{{e}}
{% endfor %}
{% endif %} {% endblock %}