{% extends "@UVDeskSupportCenter/Templates/layout.html.twig" %} {% block title %}Categories{% endblock %} {% block ogtitle %}Categories{% endblock %} {% block twtitle %}Categories{% endblock %} {% block body %}

{{ 'Categories' }}

{{ 'Browse articles by categories'|trans }}

{% if categories is defined and categories is not empty %} {% else %}

{{ "No Categories Found!"|trans }}

{% endif %}
{# TODO: Implement popular articles } {# {% include "WebkulDefaultBundle:Front:popularArticle.html.twig" %} #}
{{parent()}} {% endblock %}