{% extends "hrapps/main/base.html" %} {% block hrapps_content %}

Apply to {{ form.corporation.corporation_name }}

Form
{% for field in fields %}
{% 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 %}