{% extends 'base.html.twig' %} {% block title %}{{ 'post_index'|trans }}{% endblock %} {% block body %}
Id | {{ 'found_date'|trans }} | {{ 'publication_date'|trans }} | Latitude | Longitude | Altitude | {{ 'commentary'|trans }} | Actions |
---|---|---|---|---|---|---|---|
{{ post.id }} | {{ post.foundDate ? post.foundDate|date('Y-m-d H:i:s') : '' }} | {{ post.publicationDate ? post.publicationDate|date('Y-m-d H:i:s') : '' }} | {{ post.latitude }} | {{ post.longitude }} | {{ post.altitude }} | {{ post.commentary }} | {{ 'show'|trans }} {{ 'edit'|trans }} |
{{ 'no_records_found'|trans }} |