{% extends "onboarding/wizard/_shell.html" %} {% block title %}Supporting documents - TAMIS{% endblock %} {% block section_main %}
4

Supporting documents

Generic - the list isn't fixed. PDF, PNG, JPEG.

{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}
{% csrf_token %} {% include "onboarding/wizard/_actions.html" %}
{% endblock %}