{% if pubs|length > 0 %}
{% for pub in pubs %} {% if pub.isUrl %} {% set url = path('pages.show', {'id': pub.id, 'slug': pub.slug}) %} {% else %} {% set url = 'javascript:' %} {% endif %} {% if pub.filenamepub %} {{ pub.name }} {% else %} {{ pub.name }} {% endif %} {% endfor %}
{% endif %}