{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n any_js %} {% block extra_head %} {{ persons_accounts_formset.media.css }} {% include_css "select2-materialize" %} {% endblock %} {% block browser_title %}{% blocktrans %}Link persons to accounts{% endblocktrans %}{% endblock %} {% block page_title %} {% blocktrans %}Link persons to accounts{% endblocktrans %} {% endblock %} {% block content %}
info {% blocktrans %} You can use this form to assign user accounts to persons. Use the dropdowns to select existing accounts; use the text fields to create new accounts on-the-fly. The latter will create a new account with the entered username and copy all other details from the person. {% endblocktrans %}