{% extends 'datatable.html.twig' %} {% block page_title %}{% endblock %} {% block page_content %} {% for cache in results %} {% endfor %}
key value actions
{{ cache.key }} {{ cache.value }} {{ cache.event }}
{% endblock %}