{% extends "templates/web.html" %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block header %}
Program/Std. | Description | Minumum Age | Maximum Age | Application Fee | {%- if doc.enable_admission_application and frappe.utils.getdate(doc.admission_start_date) <= today -%}{% endif %} |
---|---|---|---|---|---|
{{ row.program }} | {{ row.description if row.description else '' }} |
{{ row.min_age }} | {{ row.max_age }} | {{ row.application_fee }} | {%- if doc.enable_admission_application and frappe.utils.getdate(doc.admission_start_date) <= today -%}{{ _("Apply Now") }} | {% endif %}