{% load i18n %} {# object: instance of BasicObjectMixin #} {# form: the form that contains fields to add a new collaborator #} {# target_url : URL to be used in the url template tag, the URL that actually adds the collaborator #}
{% csrf_token %}
{% include "learning/_includes/user_search_input_form.html" with form=form %}
{% include "learning/_includes/forms/form_group_block.html" with field=form.roles %}