{% extends "base.html" %} {% block big-links %} {% endblock %} {% block content %} {% if status %}

Error: {{status}}

{% endif %}
{% if error %}

{{error}}

{% endif %} {% endblock %}