{% extends "orga/includes/submission_filter_form.html" %} {% load i18n %} {% load static %} {% block form_attrs %} id="review-filter-form"{% endblock form_attrs %} {% block extra_filter_fields %} {# this should be a custom django form field tbh, but ehhh #} {% if max_review_count and max_review_count > 1 %}
{% endif %} {% endblock extra_filter_fields %}