{% if dbData.categories | length > 0 %}
{% endif %}
{% if dbData.category.descr_full %}
{{ dbData.category.descr_full | raw }}
{% endif %}
{% if (dbData.news | length == 0) and (not dbData.category.descr_full) %}

{{ staticData.nonews[currentLanguage] }}

{% if staticData.nonews2[currentLanguage] %}

{{ staticData.nonews2[currentLanguage] }}

{% endif %}
{% else %} {% for post in dbData.news %}
img
{{ post.create_date | slice(0, -9) }}

{{ post.title }}

{% endfor %} {% endif %}
{% if dbData.count > dbData.limit %}
{% endif %}