{% extends 'core/index.html' %} {% load i18n %} {% block Title %}{% trans 'Request permission' %}{% endblock %} {% block Scripts %} {% endblock %} {% block Tabs %} {% endblock %} {% block Content %} {% if is_user %}

{% trans 'Your request is processed. Please wait or contact developer.' %}

{% else %}

{% trans 'You are not in STEAM yet. But you can request it here.' %}

{% include 'core/default_popup_form.html' %} {% endif %} {% endblock %} {% block Notifications %} {% endblock %}