{% with "hrapps/shared/partials/fields/form/"|add:field.type|add:".html" as field_partial %}
{% include field_partial with field=field disabled=False id=forloop.counter %}
{% endwith %}
{% if field.required %}
This is a required field.
{% endif %}
{% endfor %}
{% include "hrapps/main/partials/apply/apply_success_modal.html" %}
{% endblock %}
{% block extra_javascript %}
{% include "hrapps/bundles/lightbox-js.html" %}
{% endblock %}