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

{{ title }}

{% if !error.is_empty() %}

{{ error }}

{% endif %}
{% if !delete_action.is_empty() %}
{% endif %}
{% endblock %}