{% extends 'base.html' %} {% block main_title %}MEMBER APIS{% endblock %} {% block main_content %} {% if tdata["rows"]|length>0 %} {% include( "pages/member_logs/inc_table.html" ) %} {% else %} No Logs found! {% endif %} {% endblock %}