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
d9f30223
Commit
d9f30223
authored
Jan 10, 2023
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
condition added
parent
0a7b3ecd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
transactions.html.twig
templates/themes/kohinos/block/transactions.html.twig
+9
-0
No files found.
templates/themes/kohinos/block/transactions.html.twig
View file @
d9f30223
...
...
@@ -10,6 +10,7 @@
{%
block
blocksubtitle
%}
{%
endblock
blocksubtitle
%}
{%
block
blockcontent
%}
{%
if
not
tav_env
%}
<div
class=
"table-responsive"
>
<table
class=
"table"
>
<thead>
...
...
@@ -64,5 +65,13 @@
</a>
</div>
</div>
{%
else
%}
{%
for
flux
in
fluxs
%}
<p>
Montant total des transactions depuis le
{{
flux.createdAt
|
date
(
'd/m/Y H:i'
)
}}
:
<strong>
{{
flux.montant
}}
{{
KOH_MLC_SYMBOL
|
default
(
''
)
}}
</strong>
.
</tr>
{%
endfor
%}
{#
{{
array_sum(fluxs)}} #}
{%
endif
%}
{%
endblock
blockcontent
%}
{%
endif
%}
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