{% extends "basic/base_template.html" %} {% block pageName %} Appt Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == "create_appointment_setting" %} {% endif %} {% endfor %}
{% for item in apartmentTable %} {% endfor %}
Action # Name
    {% for module in user_modules %} {% if module.name == 'update_appointment_setting' %}
  • {% elif module.name == 'delete_appointment_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.name}}
{% endblock content %}