{% extends 'badge/badge_layout.html' %} {% block title %}Certificate Index{% endblock %} {% block content %}

CERTIFICATE FORM

PREVIEW CERTIFICATE

{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

×

{{ mesg|safe }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}

×

{{ mesg|safe }}
{% endfor %}





Merge tag :

  • Delegate Name : {{data.full_name}}
  • Delegate Role : {{data.role}}



 



CERTIFICATE TEMPLATE

{% if data : %} {% for row in data : %} {% endfor %} {% else :%} {% endif %}
S.NO Certificate Type Action
{{loop.index}} {{row.cerf_typ or ''}}
Record not exist.
{% endblock %} {% block bottomscript %} {% endblock %}