Adding id - refs #401

This commit is contained in:
Marc Ducobu 2015-02-18 14:59:07 +01:00
parent 6ec0892ac6
commit ba7604a71e

View File

@ -1,4 +1,5 @@
"{{ 'Person'|trans }}",{#
"{{ 'Person id'|trans }}",{#
#}"{{ 'Person'|trans }}",{#
#}"{{ 'Date'|trans }}",{#
#}"{{ 'User'|trans }}",{#
#}"{{ 'Report type'|trans }}",{#
@ -7,8 +8,9 @@
#}{% endfor %}
{% for report in reports %}{#
#}{{ report.id }},{#
#}"{{ report.person }}",{#
#}"{{ report.date|localizeddate('long', 'none') }}",{#
#}"{{ report.date|localizeddate('short', 'none') }}",{#
#}"{{ report.user }}",{#
#}"{{ report.cFGroup.getName(app.request.locale) }}",{#
#}{% for customField in report.cFGroup.customFields %}{#