{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% for group in tab_groups %} {% if group.slug == active_main_tab %}
{{ group.label }}
Add
{% csrf_token %}
{% for column in table_columns %} {% endfor %} {% for row in table_rows %} {% for cell in row.cells %} {% endfor %} {% empty %} {% endfor %}
{{ column.label }}
{% if forloop.first and row.url %} {{ cell }} {% else %} {{ cell }} {% endif %} Toggle Dropdown
No objects found.
{% endif %} {% endfor %}
{% endblock %}