diff --git a/src/Bundle/ChillDocStoreBundle/Resources/views/PersonDocument/show.html.twig b/src/Bundle/ChillDocStoreBundle/Resources/views/PersonDocument/show.html.twig index f22864645..27b53b638 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/views/PersonDocument/show.html.twig +++ b/src/Bundle/ChillDocStoreBundle/Resources/views/PersonDocument/show.html.twig @@ -33,8 +33,10 @@
{{ 'Title'|trans }}
{{ document.title }}
+ {% if document.scope is not null %}
{{ 'Scope' | trans }}
{{ document.scope.name | localize_translatable_string }}
+ {% endif %}
{{ 'Category'|trans }}
{{ document.category.name|localize_translatable_string }}