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

GeoContinents index

{% for geo_continent in geo_continents %} {% else %} {% endfor %}
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
Create new {% endblock %}