Standard Name Table Form
{% if warning_messages %}
{% if warning_messages | length > 0 %}
Warnings found
{% for category, messages in warning_messages.items() %}
{% for message in messages %}
- {{ message }}
{% endfor %}
{% endfor %}
{% endif %}
{% endif %}
{% include 'core/sections/agents/addAuthorModal.html' %}