{% translate 'The following subjects have an outdated consent:' %}
{% for subject in object_list %}
{% has_privacy_level subject.privacy_level user as can_access %}
{% if subject.consent_from_before_full_age %}
{% translate 'Consent from before full age' %}
{% endif %}
{% if subject.consent_document_deprecated %}
{{ subject.consent.document }}
{% endif %}