{% extends request.content_only|yesno:"empty.html,base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}
{% url 'participation:pool_jury' pk=pool.jury as jury_url %} {% blocktrans trimmed with jury_url=jury_url %} Remember to export your spreadsheet as a CSV file before uploading it here. Rows that are full of zeros are ignored. Unknown juries are not considered. {% endblocktrans %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}