{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load bootstrap4 i18n %} {% block bootstrap4_extra_head %} {{ block.super }} {{ persons_accounts_formset.media.css }} {% endblock %} {% block bootstrap4_extra_script %} {{ block.super }} {{ persons_accounts_formset.media.js }} {% endblock %} {% block bootstrap4_title %}{% blocktrans %}Link persons to accounts{% endblocktrans%} - {{ block.super }}{% endblock %} {% block page_title %} {% blocktrans %}Link persons to accounts{% endblocktrans %} {% endblock %} {% block content %}
{% 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 %}