{% load form_extras %} {% if not table.rows and table.placeholder and table.create %}
{% else %}Recherche: | {% if table.filters %}{% endif %} | {% if table.modules %} |
|
{% endif %}
{% if table.reports %}
|
{% endif %}
{% for button in table.buttons %}
{% endfor %} |
{{column.name}} | {% endif %} {% endfor %} {% if table.rows %} {% for row in table.rows %} {% if table.update %}
---|
{% if column.link %} {% if column.method %} {{ row|method:column.method }} {% else %} {% include "components/table_column.html" with type=column.type value=row|get:column%} {% endif %} {% else %} {% if column.method %} {{ row|method:column.method }} {% else %} {% include "components/table_column.html" with type=column.type value=row|get:column%} {% endif %} {% endif %} | {% endfor %}