mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
wip.. context
This commit is contained in:
parent
44487e3ea3
commit
cfae470089
@ -1,11 +1,14 @@
|
|||||||
{% import 'ChillEventBundle:EventReason:macro.html.twig' as m %}
|
{% import 'ChillEventBundle:EventReason:macro.html.twig' as m %}
|
||||||
|
|
||||||
{{ dump() }}
|
{{ dump() }}
|
||||||
|
<pre>
|
||||||
|
event :
|
||||||
|
| #{{ event.id }} | {{ event.date|localizeddate('short', 'short') }} | {{ event.name }} | center {{ event.center.id }} | circle {{ event.circle.id }} | type {{ event.type.id }} | {{ event.moderator }} |
|
||||||
|
participations :
|
||||||
{% for participation in event.participations %}
|
{% for participation in event.participations %}
|
||||||
{{ participation.id }} --->
|
| #{{ participation.id }} | {{ participation.person }} | {{ participation.role.name|localize_translatable_string }} | {{ participation.status.name|localize_translatable_string }} | lastupdate {{ participation.lastupdate|localizeddate('short', 'short') }} |
|
||||||
{{ participation.lastupdate|localizeddate('long', 'none') }}
|
|
||||||
<br>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</pre>
|
||||||
|
|
||||||
{#
|
{#
|
||||||
TODO
|
TODO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user