Staff Members

Admin IP Address
{% if 'add' in session.get('adminIpAddressPermission', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% if 'delete' in session.get('adminIpAddressPermission', []) %} {% endif %} {% if adminIpAddressList %} {% for each_adminIp in adminIpAddressList %} {% if each_adminIp.createdBy.userName %} {% else %} {% endif %} {% if each_adminIp.ipAddress %} {% else %} {% endif %} {% if each_adminIp.createdOn %} {% else %} {% endif %} {% if 'delete' in session.get('adminIpAddressPermission', []) %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Created By IP Address Created OnAction
{{snoCount + loop.index}}{{each_adminIp.createdBy.userName}}-{{each_adminIp.ipAddress}}-{{each_adminIp.createdOn.strftime('%d-%m-%Y %I:%M %p')}}-
No Data Found