{% extends 'committee/committee_layout.html' %} {% block head %} {% endblock %} {% block title %}MEMBERS{% endblock %} {% block content %} {% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg }}

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

wrong{{ mesg }}

{% endfor %}
{% for user in data %} {% if user.committee_id|int == committee_id|int %} {% for i in committee_members_details %} {% if i.committee_id|int == user.committee_id|int %} {% endif %} {% endfor %} {% endif %} {% endfor %}

{{user.committee_name}}

{% if i.attach_file_name %} {% else %} {% endif %} {{i.role}} {{i.full_name}}
{% endblock %} {% block script %} {% endblock %}