{% extends "templates/base.html" %} {% block title %}Batch{% endblock %} {% block head_include %} {% endblock %} {% block content %}
{{ widgets.BatchTabs(course=course, batch=batch) }}

{{ batch.title }}

{{ widgets.CourseOutline(course=course, batch=batch, show_link=True) }}

Batch Schedule

{{ widgets.RenderBatch(batch=batch) }}
{% if batch.description %}

Batch Details

{{ frappe.utils.md_to_html(batch.description) }} {% endif %}
{% endblock %}