{% extends 'partials/base.html' %} {% load static %} {% block content %} {% load custom_filters %}
{% include 'partials/error-meg.html' %}
{% block title %} {% include "partials/title.html" with title="Certificate" text="Dashboard" textone="All Certificate" %} {% endblock title %}

Certificate

{% comment %} {% endcomment %} {% comment %} {% endcomment %}
Sr. Course TitleStart Time End TimeDownload
1. {{assign_course.course_id}}{{assign_course.start_date|date:'d-m-Y'}} {{assign_course.end_date|date:'d-m-Y'}} {% comment %} Genrate Certificate {% endcomment %} {% if certificate %} Preview Certificate {% endif %}
{% endblock %} {% block javascript %} {{ block.super }} {% endblock %}