{% extends "conferenceapp/layout.html" %} {% block head %} {% endblock %} {% block content %}
Back

BO Admin Access for {{society.society_name}}

{% if get_data : %} {% for row in get_data %} {% endfor %} {% else %} {% endif %}
S No Name Email Mobile Password
{{loop.index}} {% if row.full_name %} {{row.full_name}} {% else %} {% endif %} {% if row.email %} {{row.email }} {% else %} {% endif %} {% if row.mobile %} {{row.mobile }} {% else %} {% endif %} {% if row.password %} {{row.password }} {% else %} {% endif %}
Record not available
{% endblock %} {% block bottomscript %} {% endblock %}