{% load datatable_tags %} {% load static %}
{% if columns %} {% for columna in columns %} {% endfor %} {% if button_url %} {% endif %} {% else %} {% endif %} {% for datos in data %} {% for key, value in datos.items %} {% if key not in hidden %} {% endif %} {% endfor %} {% if button_url %} {% endif %} {% endfor %}
{{ columna }}
No hay columnas
{{ value|default_if_none:"-Sin Datos-" }} {% 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 %}