{% extends '::main_template.html.twig' %} {% block title %} - Fórum - {{ topicGroup.title }}{% endblock %} {% block content %}

Fórum - {{ topicGroup.title }}

{% if topicGroup.topics|length > 0 %} {% for topic in topicGroup.topics %} {% endfor %}
{{ topic.title }}
{% else %} Ebben a témakörben nincsenek témák. {% endif %} {% endblock content %}