{% if actors is defined and actors is not empty %}
{% for actor in actors %}
{% block profile_view %}{% include 'cards/profile/view.html.twig' %}{% endblock profile_view %}
{% endfor %}
{% trans %}Page: %page%{% endtrans %}
{% else %}
{{ empty_message }}
{% endif %}