{% extends "crud/list.html" %} {% from "macros/list.html" import filter_text %} {% set entity_name = 'Unit' %} {% if not can_manage %} {% set no_create = true %} {% set no_delete = true %} {% endif %} {% block page_css %} {% endblock %} {% block filters_section %}
Filters
{{ filter_text('filter-name', 'Name') }}
{% endblock %} {% block table_content %} {% if can_manage %}{% endif %} {% if can_manage %}{% endif %}
Name Title API URL
{% endblock %} {% block page_scripts %} {% endblock %}