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

{{ entity }} list

{%- for field, metadata in fields %} {%- endfor %} {{ '{% for entity in entities %}' }} {%- for field, metadata in fields %} {%- if loop.first and ('show' in actions) %} {%- elseif metadata.type in ['date', 'datetime'] %} {%- else %} {%- endif %} {%- if loop.last %} {%- endif %} {%- endfor %} {{ '{% endfor %}' }}
{{ field|capitalize }}Actions
{{ '{{ entity.' ~ field|replace({'_': ''}) ~ ' }}' }}{{ '{% if entity.' ~ field|replace({'_': ''}) ~ ' %}{{ entity.' ~ field|replace({'_': ''}) ~ '|date(\'Y-m-d H:i:s\') }}{% endif %}' }}{{ '{{ entity.' ~ field|replace({'_': ''}) ~ ' }}' }} {%- include "crud/views/others/actions.html.twig.twig" %}
{% if 'new' in actions %} {% endif %} {{ "{% endblock %}" }} {% endblock body %}