{% extends 'base.html.twig' %} {% block title %}GeoContinents{% endblock %} {% block body %}
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') : '' }} |