Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
cooperatic-mlc
kohinos
Commits
38a20b58
Commit
38a20b58
authored
Sep 09, 2020
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infos monnaie de l'admin siege pour trésorier & controleur
parent
e7c2ba99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
useradmin.html.twig
templates/block/useradmin.html.twig
+14
-2
No files found.
templates/block/useradmin.html.twig
View file @
38a20b58
...
@@ -87,9 +87,13 @@
...
@@ -87,9 +87,13 @@
{%
set
siege
=
getSiege
()
%}
{%
set
siege
=
getSiege
()
%}
{%
set
compte
=
siege.getCompte
()
%}
{%
set
compte
=
siege.getCompte
()
%}
{%
set
compteNanti
=
siege.getCompteNantie
()
%}
{%
set
ecompteNanti
=
siege.getECompte
()
%}
{%
set
soldelabel
=
'Billets au siège'
|
trans
%}
{%
set
soldelabel
=
'Billets au siège'
|
trans
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compte
,
'soldelabel'
:
soldelabel
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compte
,
'soldelabel'
:
soldelabel
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
siege.getCompteNantie
()
+
siege.getECompte
(),
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
,
'soldelabel'
:
'Billets nantis'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
ecompteNanti
,
'soldelabel'
:
'Monnaie numérique distribuée'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
+
ecompteNanti
,
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
include
'block/userinfos.html.twig'
%}
{%
include
'block/userinfos.html.twig'
%}
{%
include
'block/userpassword.html.twig'
%}
{%
include
'block/userpassword.html.twig'
%}
{#
{
% include 'block/soldegroupes.html.twig' %} #}
{#
{
% include 'block/soldegroupes.html.twig' %} #}
...
@@ -97,7 +101,14 @@
...
@@ -97,7 +101,14 @@
{%
elseif
app.user
and
is_granted
(
'ROLE_CONTROLEUR'
)
%}
{%
elseif
app.user
and
is_granted
(
'ROLE_CONTROLEUR'
)
%}
{%
set
siege
=
getSiege
()
%}
{%
set
siege
=
getSiege
()
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
siege.getCompteNantie
()
+
siege.getECompte
(),
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
set
compte
=
siege.getCompte
()
%}
{%
set
compteNanti
=
siege.getCompteNantie
()
%}
{%
set
ecompteNanti
=
siege.getECompte
()
%}
{%
set
soldelabel
=
'Billets au siège'
|
trans
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compte
,
'soldelabel'
:
soldelabel
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
,
'soldelabel'
:
'Billets nantis'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
ecompteNanti
,
'soldelabel'
:
'Monnaie numérique distribuée'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
+
ecompteNanti
,
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
include
'block/userinfos.html.twig'
%}
{%
include
'block/userinfos.html.twig'
%}
{%
elseif
app.user
and
is_granted
(
'ROLE_GESTION_GROUPE'
)
%}
{%
elseif
app.user
and
is_granted
(
'ROLE_GESTION_GROUPE'
)
%}
...
@@ -146,6 +157,7 @@
...
@@ -146,6 +157,7 @@
{%
set
soldelabel
=
'Billets au siège'
|
trans
%}
{%
set
soldelabel
=
'Billets au siège'
|
trans
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compte
,
'soldelabel'
:
soldelabel
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compte
,
'soldelabel'
:
soldelabel
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
,
'soldelabel'
:
'Billets nantis'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
,
'soldelabel'
:
'Billets nantis'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
ecompteNanti
,
'soldelabel'
:
'Monnaie numérique distribuée'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
+
ecompteNanti
,
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
+
ecompteNanti
,
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
include
'block/userinfos.html.twig'
%}
{%
include
'block/userinfos.html.twig'
%}
{%
include
'block/userpassword.html.twig'
%}
{%
include
'block/userpassword.html.twig'
%}
...
...
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