Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Report
Commits
ba7604a7
Commit
ba7604a7
authored
Feb 18, 2015
by
Marc Ducobu
Browse files
Adding id - refs #401
parent
6ec0892a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/views/Report/export.csv.twig
View file @
ba7604a7
"
{{
'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
%}
{#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment