{% extends "django_mobile_app_distribution/base.html" %} {% load i18n staticfiles %} {% block title %}{% trans "logged out successfully" %}{% endblock %} {% block content %}

{% trans 'You were logged out successfully.' %}

{% trans 'login' %}
{% endblock %}