{% macro last_activity_component(datatable) %} {{ _self.log_component(datatable, 'last_activity') }} {% endmacro %} {% macro element_history_component(datatable) %} {{ _self.log_component(datatable, 'element_history') }} {% endmacro %} {% macro system_log_component(datatable) %} {{ _self.log_component(datatable, 'system_log') }} {% endmacro %} {% macro log_component(datatable, tag = null) %} {% import "components/datatables.macro.html.twig" as datatables %}
{{ datatables.logDataTable(datatable, tag) }}
{% endmacro %}