{% extends request.htmx|yesno:"dummy.html,rrhh/baseHR.html" %} {% load django_tables2 %} {% load crispy_forms_tags %} {% block rrhhcontent %}

{{ table.title }}

{% if show_filter_line %} {% for key, value in request.GET.items %} {% if not filter or key not in filter.form.fields %} {% endif %} {% endfor %}
{% if show_export_xls %} {% endif %}
{% endif %}
{% if table.url_action_method %}
{% csrf_token %} {% if table.available_actions %}
{% for action_id, action_name 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 %} {% if table.data %}

{{ table.title }}

{% render_table table 'django_tables2/rioja_table_template_dict.html' %} {% else %}
Aún no hay datos de presentismo para la fecha seleccionada.
{% endif %} {% if table.url_action_method %}
{% endif %} {% endblock rrhhcontent %}