{%include "header.html"%}

Sections

Items/Pages
{% for section in all_section %} {% endfor%}
Sr.No. ID Name Display Order Status Created At Last Modified Action
{{forloop.counter}} {{section.id}}
{{section.section_name}}
{{section.display_order}} {% if section.status == "Active" %} {{section.status}} {% else %} {{section.status}} {% endif %} {{section.created_at}} {{section.updated_at}}
{%include "sidebar.html"%}
{%include "footer.html"%}