{% extends 'base.html.twig' %} {% block title %}{{ 'Show territory'|trans }}{% endblock %} {% block body %}
{{ territory.getName() }}
{% endblock %}