{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %}

{{ 'categories'|_ }}

{% include 'list/categories.twig' %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% if Config.get('firefly.chart') == 'google' %} {% endif %} {% if Config.get('firefly.chart') == 'chartjs' %} {% endif %} {% endblock %}