{% extends request.content_only|yesno:"empty.html,base.html" %} {% load crispy_forms_filters i18n %} {% block content %}

{% trans "Notes of" %} {{ note.jury }}

{% trans "Defense of" %} {{ note.passage.reporter.team.trigram }}, {% trans "Pb." %} {{ note.passage.solution_number }}

{% csrf_token %} {{ form|crispy }}
{% endblock content %}