diff --git a/Resources/views/Report/show.html.twig b/Resources/views/Report/show.html.twig index f0c4bdb4a..920e87592 100644 --- a/Resources/views/Report/show.html.twig +++ b/Resources/views/Report/show.html.twig @@ -1,6 +1,6 @@ -{% extends '::base.html.twig' %} +{% extends "ChillMainBundle::layout.html.twig" %} -{% block body -%} +{% block content %}

Report

@@ -10,7 +10,7 @@ - + @@ -27,11 +27,11 @@ - + - +
{{ entity.id }}
UserrUser {{ entity.user }}
Cfdata{{ entity.cFData }}{# { entity.cFData } #}
Cfgroup{{ entity.cFGroup }}{{ entity.cFGroup.getName(app.request.locale) }}