{% extends "base2.html" %} {% block title %}/ Authentication profiles{% endblock %} {% block auth_profile_menu_active %} class="active"{% endblock %} {% block content %}
{% if auth_profiles %} Available auth profiles {% for item in auth_profiles %} {% endfor %}
UIDNameUsernamePassport HostComment
{{ item.uid }}{{ item.name }}{{ item.username }} {{ item.passport_host }}{{ item.comment }}
{% endif %} {% load bootstrap3 %}
{% csrf_token %} Auth profile editor {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}