{% for celebrity in celebrities %}
{% endfor %}
Id |
Picture |
{{ '_NAME_'|trans({},'admin') }} |
{{ '_OPTIONS_'|trans({},'admin') }} |
{{ celebrity.id }} |
{% if celebrity.picture %} {% endif %} |
{{ celebrity.displayName }} |
|
{{ include("@Admin/base/pagination.html.twig") }}
{% endblock %}