{% extends 'committee/committee_layout.html' %} {% block head %} {% endblock %} {% block title %}Committee 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 %}

Committee Members

{% for user in data %} {% for i in committee_members_details %} {% if i.committee_id == user.committee_id %} {% endif %} {% endfor %} {% endfor %}
{{user.committee_name}} Contact committee
{% if i.attach_file_name %} {% else %} {% endif %} {{i.role or ''}} {{i.full_name or ''}}
{% endblock %} {% block script %} {% endblock %}