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

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

{% include "orga/includes/base_form.html" %} {% endblock %}