mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
adding person id
This commit is contained in:
parent
5f9a81639c
commit
80851c4071
@ -1,5 +1,6 @@
|
|||||||
"{{ 'Report id'|trans }}",{#
|
"{{ 'Report id'|trans }}",{#
|
||||||
#}"{{ 'Person'|trans }}",{#
|
#}"{{ 'Person'|trans }}",{#
|
||||||
|
#}"{{ 'Person id'|trans }}",{#
|
||||||
#}"{{ 'Date'|trans }}",{#
|
#}"{{ 'Date'|trans }}",{#
|
||||||
#}"{{ 'User'|trans }}",{#
|
#}"{{ 'User'|trans }}",{#
|
||||||
#}"{{ 'Report type'|trans }}",{#
|
#}"{{ 'Report type'|trans }}",{#
|
||||||
@ -10,6 +11,7 @@
|
|||||||
{% for report in reports %}{#
|
{% for report in reports %}{#
|
||||||
#}{{ report.id }},{#
|
#}{{ report.id }},{#
|
||||||
#}"{{ report.person }}",{#
|
#}"{{ report.person }}",{#
|
||||||
|
#}"{{ report.person.id }}",{#
|
||||||
#}"{{ report.date|localizeddate('short', 'none') }}",{#
|
#}"{{ report.date|localizeddate('short', 'none') }}",{#
|
||||||
#}"{{ report.user }}",{#
|
#}"{{ report.user }}",{#
|
||||||
#}"{{ report.cFGroup.getName(app.request.locale) }}",{#
|
#}"{{ report.cFGroup.getName(app.request.locale) }}",{#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user