{% load i18n l10n fontawesome_5 %}
{% if intervention.legal.revocation %}1{% else %}0{% endif %} {% trans 'Revocation' %}
{% comment %} Only show add-button if no revocation exists, yet. {% endcomment %} {% if is_default_member and has_access and not intervention.legal.revocation %} {% endif %}
{% if intervention.legal.revocation %} {% with intervention.legal.revocation as rev %} {% endwith %} {% endif %}
{% trans 'From' context 'Revocation' %} {% trans 'Document' %} {% trans 'Comment' %} {% trans 'Action' %}
{{ rev.date }} {% if rev.document %} {% trans 'Revocation' %} {% endif %} {{ rev.comment }} {% if is_default_member and has_access %} {% endif %}