{% load serviceform_tags i18n %}
{% all_revisions as is_all_revisions %} {% if is_all_revisions and not is_responsible %}
{{ participant.form_revision }}
{% endif %}
{% if anonymous_hide_details %} {{ participant }} {% else %} {% if is_responsible %} {{ participant }} {% else %} {{ participant }} {% endif %} {% endif %}
{{ participant.phone_number }}
{{ participant.email }}
{% if item.additional_info or participant.address or participant.log %}
{% if item.additional_info %} {% trans "Additional info" %}
{{ item.additional_info|linebreaksbr }}
{% endif %} {% if participant.log %} {% trans "Log" %} {% endif %}
{{ participant.address|linebreaks }}
{% endif %}