{% extends 'admin/layout.html.twig' %} {% block body_id 'admin_post_show' %} {% block main %}
{{ post.publishedAt|format_datetime('long', 'medium', '', 'UTC') }} {{ post.author.fullName }}
{{ 'label.summary'|trans }}: {{ post.summary }}