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

{% translate "Assign reviewers" %}

{% blocktranslate trimmed with href="https://github.com/pretalx/pretalx/blob/main/doc/user/review-assignments.json" %} You can upload your reviewer assignments from a JSON file here. You can either have the proposal codes (e.g. “UX3N1”) as keys, and user identification as values, or the other way around. User identification can be either the reviewer’s email address or their user code (e.g. “34KJN”). You can find an example file here. {% endblocktranslate %}

{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_form form layout="event" %}
{% endblock %}