{% load i18n l10n fontawesome_5 %}
{{obj.legal.revocations.count}} {% trans 'Revocations' %}
{% comment %} Only show add-button if no revocation exists, yet. {% endcomment %} {% if is_default_member and is_entry_shared and not obj.legal.revocation %} {% endif %}
{% if is_default_member and is_entry_shared %} {% endif %} {% for rev in obj.legal.revocations.all %} {% endfor %}
{% 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 is_entry_shared %} {% endif %}