{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block content %}

{% blocktranslate with title=submission.title %}Assignee for {{ quotation_open }}{{ title }}{{ quotation_close }}{% endblocktranslate %}

{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_field form.user layout='event' %}
{% endblock %}