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