{% extends "orga/submission/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load rich_text %} {% load rules %} {% load static %} {% block submission_content %}
{% blocktranslate trimmed %} If a review phase with anonymisation is currently active, all reviewers who have no permissions to change this proposal will be shown the anonymised proposal content. {% endblocktranslate %}
{% bootstrap_form_errors form %} {% csrf_token %}

{% translate "Original" %}

{% translate "Anonymised" %}

{% for field in form %}

{{ field.label }}

{{ field.field.plaintext|rich_text }}

{% bootstrap_field field layout="inline" %}
{% endfor %}
{% if next_unanonymised %} {% endif %}
{% compress js %} {% endcompress %} {% endblock %}