{% extends 'base.html.twig' %} {% block title %}Post index{% endblock %} {% block body %}

Post index

{% for post in posts %} {% else %} {% endfor %}
Id FoundDate PublicationDate Latitude Longitude Altitude Commentary 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 edit
no records found
Create new {% endblock %}