{% extends "basic/base_template.html" %} {% block pageName %} Sub Unit Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_company_admin' %} {% endif %} {% endfor %}
{% for item in companyTable %} {% endfor %}
Action # Sub Unit Unit
    {% for module in user_modules %} {% if module.name == 'update_company_admin' %}
  • {% elif module.name == 'delete_company_admin' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.name}} {{item.battalion.name}}
{% endblock content %}