{% extends 'base.html.twig' %} {% block title %}GeoContinents index{% endblock %} {% block body %}
Id | Name | CreatedAt | UpdatedAt | actions |
---|---|---|---|---|
{{ geo_continent.id }} | {{ geo_continent.name }} | {{ geo_continent.createdAt ? geo_continent.createdAt|date('Y-m-d H:i:s') : '' }} | {{ geo_continent.updatedAt ? geo_continent.updatedAt|date('Y-m-d H:i:s') : '' }} | show edit |
no records found |