{{ "{% extends 'MopaBootstrapBundle::layout.html.twig' %}" }} {{ "{% block content %}" }}
| {{ field|capitalize }} | {%- endfor %}Actions | ||
|---|---|---|---|
| {{ '{{ entity.'~ field|replace({'_': ''}) ~' }}' }} | {%- elseif metadata.type in ['date', 'datetime'] %}{{ '{% if entity.'~ field|replace({'_': ''}) ~' %}{{ entity.'~ field|replace({'_': ''}) ~'|date(\'Y-m-d H:i:s\') }}{% endif%}' }} | {%- else %}{{ '{{ entity.'~ field|replace({'_': ''}) ~' }}' }} | {%- endif %} {%- if loop.last %}{%- include "views/others/actions.html.twig" %} | {%- endif %} {%- endfor %}