{% extends "templates/base.html" %} {% block title %}Batch{% endblock %} {% block head_include %} {% endblock %} {% block content %} {% set invite_link = frappe.utils.get_url() + "/become-a-member/" + batch.name %}
{{ widgets.BatchTabs(course=course, batch=batch) }}

{{ batch.title }}

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

Batch Schedule

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

Batch Details

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