adding person id

This commit is contained in:
Marc Ducobu 2015-02-18 16:28:52 +01:00
parent 5f9a81639c
commit 80851c4071

View File

@ -1,5 +1,6 @@
"{{ 'Report id'|trans }}",{#
#}"{{ 'Person'|trans }}",{#
#}"{{ 'Person id'|trans }}",{#
#}"{{ 'Date'|trans }}",{#
#}"{{ 'User'|trans }}",{#
#}"{{ 'Report type'|trans }}",{#
@ -10,6 +11,7 @@
{% for report in reports %}{#
#}{{ report.id }},{#
#}"{{ report.person }}",{#
#}"{{ report.person.id }}",{#
#}"{{ report.date|localizeddate('short', 'none') }}",{#
#}"{{ report.user }}",{#
#}"{{ report.cFGroup.getName(app.request.locale) }}",{#