{% extends "base.html" %} {% load i18n %} {% block topmenu %} {% endblock %} {% block content %}

{% if status %}Status{% else %}{% if error %}Error{% endif%}{% endif %}


{% block subcontent %}
{% autoescape off %}{{error}}{{status}}{% endautoescape %}
{% endblock %}
{% endblock %}