{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{% translate "Assign reviewers" %} :: {% endblock extra_title %} {% block content %}
{% 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 %}
{% include "orga/includes/base_form.html" %} {% endblock content %}