{% extends "subjects/subject_base.html" %} {% load i18n django_bootstrap5 utils auth subjects %} {% block title %}{% translate "Overview" %} · {{ block.super }}{% endblock %} {% block content %} {% if not subject.contact.is_complete or not subject.has_legal_basis or subject.consent_action_required %}
{% translate 'Action required' %}. {% translate 'Please edit data sets marked with' %} {% icon 'exclamation-triangle' label=_('Action required') %}
{% endif %}{% translate 'Currently there is no legal basis for storing this subject. This subject will be deleted unless you provide at least one of these options.' %}
{% endif %}