{% extends 'base.html' %} {% load crispy_forms_tags i18n %} {% block head_title %}{% trans "Log Out" %}{% endblock %} {% block content %}

{% trans "Sign Out" %}

{% trans "Are you sure you want to sign out?" %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}