{% extends 'badge/badge_layout.html' %} {% block title %}Edit Delegate{% endblock %}Edit Data {% block content %} {% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×{{ mesg }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×{{ mesg }}
{% endfor %}
EDIT DELEGATES DATA
















Cancel
{% endblock %} {% block bottomscript %} {% endblock %}