{% extends 'admin/publications/wrapper.html.twig' %} {% block content %}
{{ 'Titre' | trans }} | {{ 'Date Creation' | trans }} | {{ 'Restriction' | trans }} | {{ 'Public' | trans }} | ||
---|---|---|---|---|---|
{{ feed.getTitle() }} | {{ app['date-formatter'].getDate(feed.getCreatedOn()) }} | {% if feed.getCollection(app) != null %} {{ feed.getCollection(app).get_databox().get_label(app['locale']) }} / {{ feed.getCollection(app).get_name() }} {% endif %} | {% if feed.isPublic() %} {% endif %} | {% if feed.isOwner(app.getAuthenticatedUser()) %} {% endif %} |