{{ heading_title }}
{{ description is defined and description ? description : '' }}{{ pagination }}
{% if articles %}
{% for id_article, article in articles %}
{% endif %}
{% if article.image %}
{% endif %}
{% for subfix, device in devices %}
{% set id = id_article + 1 %}
{% if soconfig_pages["catalog_column_"~subfix] is defined and soconfig_pages["catalog_column_"~subfix] !='' %}
{% if (id % soconfig_pages["catalog_column_"~subfix]) == 0 %}
{% set id = 1 %}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
{% else %}
{{ text_no_found }}
{{ pagination }}
{{ error_no_database }}
{% endif %}
{{ content_bottom }}