{% extends 'admin/base.html.twig' %}{% block title %}{{ 'MovieTheater' | trans }}{% endblock %} {% block body %}
| {{ 'Id' | trans }} | {{ theater.id }} |
|---|---|
| {{ 'Name' | trans }} | {{ theater.name }} |
| {{ 'PhoneNumber' | trans }} | {{ theater.phoneNumber|phone_number_format('NATIONAL') }} |
| {{ 'Address' | trans }} | {{ theater.address }} |
| {{ 'City' | trans }} | {{ theater.city }} |
| {{ 'ZipCode' | trans }} | {{ theater.zipCode }} |
| {{ 'Zone' | trans }} | {{ theater.zone.name }} |