{% extends "subjects/subject_base.html" %} {% load i18n bootstrap4 utils auth reliability %} {% block title %}{% translate "Subject details" %} · {{ block.super }}{% endblock %} {% block content %} {% if not subject.contact.is_complete or not subject.has_legal_basis %}
{% translate 'Incomplete data' %}. {% translate 'Please edit data sets marked with' %} {% icon 'exclamation-triangle' label=_('Missing values') %}
{% endif %}{% translate 'Currently there is no legal basis for storing this subject. Please provide at least one of these options.' %}
{% endif %}