{% extends '@layout/_layout.twig' %} {% block title %} {{ 'BDSM.fm - abc main'|trans }} {% endblock %} {% block content %}
{{ 'ABC'|trans }}
{% set arrAbc = letters %} {% set arrAbcLength = arrAbc|length %} {% if arrAbcLength > 1 %} {% set qtyElemInColumn = (arrAbcLength / 4)|round %} {% else %} {% set qtyElemInColumn = 2 %} {% endif %}
{% for key,abcs in arrAbc %} {% if abcs |length>0 %}
{{ key }}
{% if loop.index % 3 == 0 and loop.index !=arrAbc|length %}
{% endif %} {% endif %} {% endfor %}
{% endblock %}