{% extends "lms/templates/lms_base.html" %} {% block title %} {{ _(class_info.title) }} {% endblock %} {% block page_content %}
| {{ _("Student") }} | {{ _("Last Active") }} | {% if is_moderator %}{% endif %} |
|---|---|---|
| {{ student.student_name }} | {{ frappe.utils.format_datetime(last_active, "medium") }} | {% if is_moderator %}{% endif %} |
{{ _("No Students are added to this class.") }}
{% endif %}