{% extends "templates/base.html" %} {% from "www/macros/common_macro.html" import MentorsSection %} {% block title %} {{ student.full_name }} - {{ course.title }} {% endblock %} {% block content %}
{% if certificate.student == frappe.session.user %} {% endif %} {% include "community/templates/certificate.html" %}
{% endblock %}