{% extends "admin/core/base.html" %}} {% load static %} {% load foundation %} {% load i18n %} {% block title %}Bulk Assign Reviewers{% endblock title %} {% block title-section %}Bulk Assign Reviewers{% endblock %} {% block title-sub %}Assign reviewers by uploading a CSV file.{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/review_base.html" with subpage="yes" %}
  • Bulk Assign Reviewers
  • {% endblock breadcrumbs %} {% block body %}

    Bulk Assign Reviewers Form

    Complete the form and upload a CSV with reviewer details to bulk create review assignments.

    You can download our Bulk Review Assignment template.

    {% include "admin/elements/forms/errors.html" with form=form %} {% csrf_token %} {{ form|foundation }}
    {% endblock %}