mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Creation of a report enable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends '::base.html.twig' %}
|
||||
{% extends "ChillMainBundle::layout.html.twig" %}
|
||||
|
||||
{% block body -%}
|
||||
{% block content %}
|
||||
<h1>Report creation</h1>
|
||||
|
||||
{{ form(form) }}
|
||||
|
@@ -1,7 +1,6 @@
|
||||
{% extends "ChillMainBundle::layout.html.twig" %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% block content %}
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form) }}
|
||||
|
@@ -11,7 +11,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Userr</th>
|
||||
<td>{{ entity.userr }}</td>
|
||||
<td>{{ entity.user }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Person</th>
|
||||
|
Reference in New Issue
Block a user