mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
accompanying period work: add content to the delete page
This commit is contained in:
parent
b4d21c23b2
commit
70524c506d
@ -2,9 +2,27 @@
|
|||||||
|
|
||||||
{% set activeRouteKey = 'chill_person_accompanying_period_work_list' %}
|
{% set activeRouteKey = 'chill_person_accompanying_period_work_list' %}
|
||||||
|
|
||||||
{% block title 'accompanying_course_work.remove'|trans %}
|
{% block title 'accompanying_course_work.remove'|trans %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
<div class="accompanying_course_work-list">
|
||||||
|
<h2 class="badge-title">
|
||||||
|
<span class="title_label">{{ 'accompanying_course_work.action'|trans }}</span>
|
||||||
|
<span class="title_action">{{ work.socialAction|chill_entity_render_string }}</span>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h3>{{ "Associated peoples"|trans }}</h3>
|
||||||
|
<ul>
|
||||||
|
{% for p in work.persons %}
|
||||||
|
{{ p|chill_entity_render_box }}
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
||||||
{
|
{
|
||||||
'title' : 'accompanying_course_work.remove'|trans,
|
'title' : 'accompanying_course_work.remove'|trans,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user