Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
1a499c6e
Commit
1a499c6e
authored
Jul 22, 2022
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix solidoume redistribution array
parent
a21f96c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
solidoume_redistribution.html.twig
...s/themes/kohinos/admin/solidoume_redistribution.html.twig
+10
-1
No files found.
templates/themes/kohinos/admin/solidoume_redistribution.html.twig
View file @
1a499c6e
...
...
@@ -41,7 +41,16 @@
<tr>
<td>
{{
name
}}
</td>
<td>
{{
adherent.prelevement
is
defined
?
adherent.prelevement.montant
:
'non prélevé'
}}
</td>
<td>
{{
adherent.redistribution
is
defined
?
adherent.redistribution.montant
:
'non redistribué'
}}
</td>
<td>
{%
if
adherent.redistribution
is
defined
%}
{{
adherent.redistribution.montant
}}
{%
else
%}
non redistribué
{%
if
adherent.don
is
defined
and
adherent.don
==
1
%}
(don)
{%
endif
%}
{%
endif
%}
</td>
<td>
{{
adherent.prelevement
is
defined
?
adherent.prelevement.createdAt
|
date
(
'd/m/Y H:i'
)
:
''
}}
</td>
<td>
{{
(
adherent.don
is
defined
and
adherent.don
==
1
)
?
'<span class="label label-success">oui</span>'
:
'<span class="label label-danger">non</span>'
}}
</td>
<td>
{{
adherent.item.isRecurrent
==
1
?
'<span class="label label-success">oui</span>'
:
'<span class="label label-danger">non</span>'
}}
</td>
...
...
Write
Preview
Markdown
is supported
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