- {% if p.get("approved_report_number") %}
-
- {{ _("Approved report number:") }} {{ p.approved_report_number }}
+
+ {% if p.get("approved_report_number") %}
+
+
- {{ _("Approved report number") }}
+
-
+ {{ p.approved_report_number }}
- {% endif %}
-
-
-
- {% if p.get("experiment") %}
-
- -
- {{ p.experiment }}
-
- {% endif %}
-
- {% if p.get("submitted_by") %}
-
- -
- {{ p.submitted_by }}
-
- {% if p.get("role") %}
- ({{ p.role }})
- {% endif %}
-
- {% endif %}
-
- {% if p.get("publication_title") %}
-
- -
- {{ p.publication_title }}
-
- {% endif %}
-
-
-
- -
- {{ _("Requested") if p.get("rapid_approval") else _("Not requested") }}
-
-
-
- -
- {{ _("Yes") if p.get("cb_review_completed") else _("No") }}
- {% if p.get("cb_review_completed") and p.get("cb_process_type") %}
- ({{ p.cb_process_type }})
- {% endif %}
-
-
-
- -
- {{ _("Yes") if p.get("paper_signed") else _("No") }}
- {% if not p.get("paper_signed") and p.get("num_non_signers") %}
-
{{ p.num_non_signers }} {{ _("non-signer(s)") }}
- {% endif %}
-
-
- {% if not p.get("paper_signed") %}
- -
- {{ _("Controversy") }}
-
- -
- {{ _("Yes") if p.get("controversy") else _("No") }}
-
- {% endif %}
-
-
-
- {% if p.get("additional_communication") %}
-
- -
- {{ p.additional_communication }}
-
+ {% endif %}
+
+
+
- {{ _("Rapid approval") }}
+
-
+ {% if p.get("rapid_approval") %}
+ {{ _("Requested") }}
+ {% else %}
+ {{ _("Not requested") }}
{% endif %}
-
- {% if p.get("latest_version_url") %}
-
-
-
- {{ _("View latest record version") }}
-
-
-
+
+
+
+
- {{ _("CB review completed") }}
+
-
+
+ {{ _("Yes") if p.get("cb_review_completed") else _("No") }}
+
+ {% if p.get("cb_review_completed") and p.get("cb_process_type") %}
+
+ ({{ p.cb_process_type }})
+
+ {% endif %}
+
+
+
+
-
+ {{ _("Paper signed by whole collaboration") }}
+
+ -
+
+ {{ _("Yes") if p.get("paper_signed") else _("No") }}
+
+ {% if not p.get("paper_signed") and p.get("num_non_signers") %}
+
+ {{ p.num_non_signers }} {{ _("non-signer(s)") }}
+
{% endif %}
-
+
-
+
+
-
+ {{ _("Controversy") }}
+
+ -
+ {% if p.get("controversy") %}
+ {{ _("Yes") }}
+ {% else %}
+
+ {{ _("No") }}
+
+ {% endif %}
+
+
+
+
+ {% if p.get("additional_communication") %}
+
+
-
+ {{ _("Additional communication") }}
+
+ -
+ {{ p.additional_communication }}
+
+
+ {% endif %}
+
{% endif %}
{%- endblock request_header %}