{{ month[item.publish_at | date('m')] }} {{ item.publish_at | date('Y') }}
{# obtengo todas las fechas de publicación para el mes en curso #} {% set publish_date = [] %} {% for datePublish in data if data | length > 1 and canalData[0].id == 185 %} {% set publish_date = publish_date | merge([{'id':'row'~datePublish.publish_at,'date':datePublish.publish_at}]) %} {% else %} {% set publish_date = item.publish_at %} {% endfor %} {{ render("mediakit","frontend","widgetCalendario",{'date':publish_date}) }} {% endif %} {% if 'imagen' not in item.categories %}- {{ attribute(item, 'description_'~SESSION.lang ) | length ? '...' : '...' }} {{ attribute(item, 'title_'~SESSION.lang ) }} {% if SESSION.userData.group_id == 3 %} edit [{{ item.publish_at }}] {% endif %}
-
{{ attribute(item, 'description_'~SESSION.lang ) | raw }}
No hay temas de {{ topicData[0].name_es }} en {{ canalData[0].name_es }}
{% endfor %} {% endif %}permalink: {{ SITE_URL | slice(0,-1) ~ url('media-kit-topic',{'canal':canalData[0].slug_es, 'topic':topic}) }}