{% extends '::base.html.twig' %} {% block body -%}

Show Sheets

{% for entity in entities %} {% endfor %}
Id Artistdeal Created Creator Type Actions
{{ entity.id }} {{ entity.artistDeal }} {% if entity.datetimeCreated %}{{ entity.datetimeCreated|date('Y-m-d H:i:s') }}{% endif %} {{ entity.creator }} {{ entity.type }} {# #}
{% endblock %}