{% extends 'stdgrid.html.twig' %}
{% block title %}Actors{% endblock %}
{% block body %}
{{ "Actors" | trans }}
{% 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 %}
{% else %}