{% load datatable_tags %} {% load static %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %}
{% if columns %} {% for column in columns %} {% endfor %} {% if columns_extra %} {% for column in columns_extra %} {% endfor %} {% endif %} {% if button_url %} {% endif %} {% else %} {% endif %} {% for datos in data %} {% for column in columns %} {% if column not in hidden %} {% endif %} {% endfor %} {% if columns_extra %} {% for column in columns_extra %} {% endfor %} {% endif %} {% if button_url %} {% endif %} {% endfor %}
{{ column|underscore_to_space }}{{ column|underscore_to_space }}
No hay columnas
{{ datos|get_item:column|default_if_none:"-Sin Datos-" }}{{ datos|get_item:column|default_if_none:"-Sin Datos-" }} {% comment %}
{% endcomment %} {% if button_dropdown %} {% else %} {% for title, elements in button_url.items %} {% for type, url_data in elements.items %} {% if type == "modal" %} {% elif type == "link" %} {{ title }} {% endif %} {% endfor %} {% endfor %} {% endif %} {% if button_inline %} {% for title, elements in button_inline.items %} {% for type, url_data in elements.items %} {% if type == "link" %} {{ title }} {% elif type == "modal" %} {{ title }} {% endif %} {% endfor %} {% endfor %} {% endif %}