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

GeoContinents

Id {{ geo_continent.id }}
Name {{ geo_continent.name }}
CreatedAt {{ geo_continent.createdAt ? geo_continent.createdAt|date('Y-m-d H:i:s') : '' }}
UpdatedAt {{ geo_continent.updatedAt ? geo_continent.updatedAt|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('geo_continents/_delete_form.html.twig') }} {% endblock %}