{% extends "orga/submission/review_base.html" %} {% load bootstrap4 %} {% load i18n %} {% block review_content %}
{% blocktrans trimmed %} Please give a fair review on why you'd like to see this submission at the conference, or why you think it would not be a good fit. {% endblocktrans %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% endblock %}