{% extends "template/template.html" %} {% block title%}Failure: {{subject}}{% endblock %} {% block content %}

Failure: {{subject}}

{%if text %} {{text}} {%else%} Operation failed!!! {%endif%} {% endblock %}