{% extends 'backoffice/base.html' %} {% load i18n %} {% load widget_tweaks %} {% block title %} {% trans 'Assembly__authentication' %} | {{ assembly.name }} | {{ conference.name }} {% endblock %} {% block content %} {% include "backoffice/assembly_edit_header.html" %}
{% show_disclaimer "assembly_auth" %}
{% trans 'Assembly__authentication' %}

{% trans 'Assembly__authentication__introduction' %}

{% trans 'Assembly__technical_user' %}: {% if assembly.technical_user_id is None %}{% trans 'Assembly__technical_user__none_yet' %}{% else %}{% trans 'Assembly__technical_user__present' %}{% endif %}

{% csrf_token %}
{% trans 'authentication__applications' %}
{% for app in applications %} {% endfor %}
{% trans "Assembly__authentication-name" %} {% trans "Assembly__authentication-client_type" %} {% trans "Assembly__authentication-grant_type" %}
{{ app.name }} {{ app.client_type }} {{ app.authorization_grant_type }}
{% endblock %}