{% if actor_tags is not empty %}
Related tags {% for at in actor_tags %} {% include 'cards/blocks/tag_actor.html.twig' with { 'tag': at, 'actor': null } %} {% endfor %}
{% endif %}