{% extends request.htmx|yesno:"django_scotty/dummy.html,django_scotty/base.html" %} {% load django_tables2 %} {% load crispy_forms_tags %} {% block scotty_content %}

{{ table.title }}

{% if filter %} {% for key, value in request.GET.items %} {% if key not in filter.form.fields %} {% endif %} {% endfor %} {% crispy filter.form %} {% include "django_tables2/django_tables_filter_line.html" %} {% endif %}
{% if table.url_action_method %}
{% csrf_token %} {% if show_bulk_actions and table.available_actions %}
{% for action_id, action_name, action_show_on_bulk, action_show_confirm in table.available_actions %} {% if forloop.first %} {% endif %} {% endfor %} {% if table.page.number %} {% with request.GET.urlencode as query_string %} {% if query_string %} {% endif %} {% endwith %} {% endif %}
{% endif %} {% endif %} {% render_table table 'django_tables2/rioja_table_template.html' %} {% if table.url_action_method %}
{% endif %} {% if table.show_boton_nuevo %}
{% endif %} {% endblock scotty_content %}