% extends "templates/base.html" %} {% block title %}Join a Course{% endblock %} {% block head_include %} {% endblock %} {% block content %} {% if frappe.session.user == "Guest" %}
Login Required
Please log in to confirm to join the course {{ batch.course_title }}.
{{_("Login")}}
{% elif already_a_member %}
Already a member
You are already a member of the batch {{ batch.title }} for the course {{ batch.course_title }}.
{{_("Go to Batch Home")}}
{% else %}
Confirm your membership
Please provide your confirmation to be a part of the batch {{ batch.title }} for the course {{ batch.course_title }}.
{{_("Confirm")}}
{% endif %} {% endblock %}