{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Sign Out" %} - PRACA Enterprises{% endblock %} {% block content %}

{% trans "Sign Out" %}

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

{% csrf_token %} {% if redirect_field_value %} {% endif %} {% trans 'Cancel' %}
{% endblock %}