{% extends 'badge/badge_layout.html' %} {% block title %}Role Index{% endblock %} {% block content %} {% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×{{ mesg }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×{{ mesg }}
{% endfor %}
Certificate Print Index

Total Count : {{total_count or 0 }}


{% if data : %} {% for row in data : %} {% endfor %} {% else : %} {% endif %}
S.NO Name Delegate No. Signed On No. of Times Print On
{{loop.index}} {{row.prefix or ''}} {{row.full_name or ''}} {{row.delegate_no or ''}} {{row.signed_on or ''}} {{row.no_of_times or ''}} {{row.cert_print_on or ''}}
Record does not exist.
{% endblock %} {% block bottomscript %} {% endblock %}