{% extends "djcrud/base.html" %} {% load crispy_forms_tags %} {% partialdef content %}

{% if view.icon %}{% endif %} {{ view.title }}

{% block confirm_message %}
Are you sure you want to log out?
{% endblock %}
{% csrf_token %} {{ form|crispy }} {% block confirm_form_content %} {% endblock %} {% block confirm_buttons %}

{% endblock %}
{% endpartialdef %} {% block content %}
{% partial content %}
{% endblock %}