{% extends "templates/web.html" %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block header %}

{{ title }}

{% endblock %} {% block page_content %} {% set today = frappe.utils.getdate(frappe.utils.nowdate()) %}
Application will be closed soon {% elif frappe.utils.getdate(doc.admission_end_date) > today >= frappe.utils.getdate(doc.admission_start_date)%} green"> Application open {% elif frappe.utils.getdate(doc.admission_start_date) > today %} blue"> Application will open {% else %} darkgrey {% endif %}
{{ _("Start on") }}: {{ frappe.format_date(admission_start_date) }}
{{ _("End on") }}: {{ frappe.format_date(admission_end_date) }}

{%- if introduction -%}
{{ introduction }}
{% endif %} {% if program_details %}

Eligibility and Other Details:

{% for row in program_details %} {% endfor %}
Program/Std. Minumum Age(DOB) Maximum Age(DOB) Application Fee
{{ row.program }} {{ row.minimum_age }} {{ row.maximum_age }} {{ row.application_fee }}
{% endif %} {%- if application_form_route -%}

{{ _("Apply Now") }}

{% endif %} {% endblock %}