{% 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" %}
{% 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 %}
{% trans "Assembly__authentication-name" %} | {% trans "Assembly__authentication-client_type" %} | {% trans "Assembly__authentication-grant_type" %} |
---|---|---|
{{ app.name }} | {{ app.client_type }} | {{ app.authorization_grant_type }} |