{% import "helpers.html.twig" as helpers %} {% extends '@Admin/base.html.twig' %} {% block title %} {{ liveNews.title }} {% endblock %} {% block body %}
{{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }}
{% for liveEntry in liveNews.liveEntries %} {% endfor %}
Id {{ '_DATE_'|trans({},'admin') }} {{ '_LIVE_ENTRY_'|trans({},'admin') }} {{ '_STATUS_'|trans({},'admin') }} {{ '_EDIT_'|trans({},'admin') }}
{{ liveEntry.id }} {{ liveEntry.formatLiveDate() }} {{ liveEntry.text }}
{% endblock %}