{% extends "uauth/login_successful.html" %} {% load i18n %} {% block content %}

{% trans "You are successfully authenticated" %}

{% if next_url %}

{% blocktrans %} You'll be redirected to {{ next_url }} shortly... {% endblocktrans %}

{% endif %}
{% endblock %}