{% extends 'base.html' %} {% block content %}

{% if info %}

{{ info }}

{% endif %} {% if error %}

{{ error }}

{% endif %}
{% endblock %}