{% import "helpers.html.twig" as helpers %} {% extends '@Admin/base.html.twig' %} {% block title %} {{ '_AUTHORS_LIST_'|trans({},'admin') }} {{ '_CREATE_AUTHOR_'|trans({},'admin') }} {% endblock %} {% block body %}
{% for author in authors %} {% endfor %}
Id {{ 'IMAGE'|trans({},'admin') }} {{ '_AUTHOR_NAME_'|trans({},'admin') }} Facebook Twitter
{{ author.id }} {% if author.picture %}{% endif %} {{ author.getListingName() }} {{ author.facebook }} {{ author.twitter }}
{% endblock %}