{% extends "repomaker/base_modal.html" %} {% load i18n %} {% block title %}{% trans 'Logout' %}{% endblock title %} {% block rm-content %}
exit_to_app

{% trans 'See you later' %}

{% trans 'Your security is important to us. Please confirm that you want to logout.' %}

{% csrf_token %} {% if redirect_field_value %} {% endif %}
{% endblock rm-content %}