{% extends "templates/base.html" %} {% block title %} {{ _("Assignments") }} {% endblock %} {% block content %}
{{ _("Assignment Grading") }}
{{ AssignmentForm(assignment) }}
{% endblock %} {% macro AssignmentForm(assignment) %} {% set course_title = frappe.db.get_value("LMS Course", assignment.course, "title") %} {% set lesson_title = frappe.db.get_value("Course Lesson", assignment.lesson, "title") %}
{{ _("Open Attachment") }}
{% endmacro %}