{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Smazat uživatele: {{ user.full_name() }}{% endblock %} {% block body %} {% if warnings %}

Varováni

{% endif %} {% if errors %}

Chyby

{% endif %} {% if form and not errors %} {{ wtf.quick_form(form, form_type='simple', button_map={'delete': 'danger'}) }} {% endif %} {% endblock %}