deblan.tv/vendor/trinity/src/Trinity/Bundle/AdminBundle/Resources/views/BaseAdmin/editTop.html.twig
2015-03-02 21:57:49 +01:00

11 lines
340 B
Twig

<h3 class="crud-title">{{ title|trans()|pp(object) }}</h3>
<div class="row container-fluid">
{% if created_at is defined and created_at is not null %}
{{ 'Updated at'|trans }} {{ updated_at }}&nbsp;-
{% endif %}
{% if updated_at is defined and updated_at is not null %}
{{ 'Created at'|trans }} {{ created_at }}
{% endif %}
</div>