mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
Add Chill context for event admins pages
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{% extends '::base.html.twig' %}
|
||||
{% extends "ChillEventBundle:Admin:layout.html.twig" %}
|
||||
|
||||
{% block body -%}
|
||||
<h1>Status edit</h1>
|
||||
{% block admin_content -%}
|
||||
|
||||
<h1>{{ 'Status edit'|trans }}</h1>
|
||||
|
||||
{{ form(edit_form) }}
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
{% extends '::base.html.twig' %}
|
||||
{% extends "ChillEventBundle:Admin:layout.html.twig" %}
|
||||
|
||||
{% block body -%}
|
||||
<h1>Status list</h1>
|
||||
{% block admin_content -%}
|
||||
|
||||
<h1>{{ 'Status list'|trans }}</h1>
|
||||
|
||||
<table class="records_list">
|
||||
<thead>
|
||||
|
@@ -1,7 +1,8 @@
|
||||
{% extends '::base.html.twig' %}
|
||||
{% extends "ChillEventBundle:Admin:layout.html.twig" %}
|
||||
|
||||
{% block body -%}
|
||||
<h1>Status creation</h1>
|
||||
{% block admin_content -%}
|
||||
|
||||
<h1>{{ 'Status creation'|trans }}</h1>
|
||||
|
||||
{{ form(form) }}
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
{% extends '::base.html.twig' %}
|
||||
{% extends "ChillEventBundle:Admin:layout.html.twig" %}
|
||||
|
||||
{% block body -%}
|
||||
<h1>Status</h1>
|
||||
{% block admin_content -%}
|
||||
|
||||
<h1>{{ 'Status'|trans }}</h1>
|
||||
|
||||
<table class="record_properties">
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user