{% extends "adminlte/base.html" %} {% import "adminlte/layout.html" as layout with context %} {% import "adminlte/widgets.html" as widgets with context %} {% from "_formhelpers.html" import render_field %} {% block title %}Admin - {{ title }}{% endblock %} {% block description %}{{ block_description }}{% endblock %} {% block navbar %} {% include "navbar.html" %} {%- endblock navbar %} {% block sidebar -%} {% include 'sidebar.html' %} {% include 'sidebar_menu.html' %} {%- endblock sidebar %} {% block content_header -%} {% include 'admin/content_header.html' %} {%- endblock content_header %} {% block content -%}

You are Warned

User Delete Alert!

Your are about to delete user "{{ user.username }}" from database. You will not able to undo this action.
Are you sure you want to delete this user?
{{ form.hidden_tag() }}
{% if form.confirm.errors %}
{% for error in form.confirm.errors %} {{ error }} {% endfor %} {% endif %}
{%- endblock content %}