{% set from_date = h.selftracking_get_date(30) %} {% set to_date = h.selftracking_get_date() %} {% set type = "api view" %} {% set data = h.selftracking_get_view_data(type, from_date, to_date) %} {% set type_machine = type|replace(' ', '-') %} {% snippet 'selfinfo/snippets/selfinfo_content_header.html', icon_class='fas fa-code me-2', label=_('Selftracking - API Views') %} {% snippet 'selftracking/snippets/forms/selftracking_views_search.html', data=data, type=type, type_machine=type_machine, from_date=from_date, to_date=to_date %}
Loading...