{% extends "lms/templates/lms_base.html" %} {% block title %} {{ course.title if course.title else _("New Course") }} {% endblock %} {% block page_content %}
{{ _("Evaluation On: ") }} {{ _("{0} at {1}").format(frappe.utils.format_date(certificate_request.date, "medium"), frappe.utils.format_time(certificate_request.start_time, "short")) }}
{% endif %} {% if course.status == "Under Review" and is_instructor(course.name) %}{{ _("You have exceeded the maximum number of attempts allowed to appear for evaluations of this course.") }}
{% endif %} {% endmacro %} {% macro SlotModal(course) %} {% endmacro %} {%- block script %} {{ super() }} {{ include_script('controls.bundle.js') }} {% endblock %}