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
cf595865
Commit
cf595865
authored
Sep 09, 2020
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changement d'appelation des soldes et ajout du sole Monnaie en circulation
parent
ab0b7962
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
useradmin.html.twig
templates/block/useradmin.html.twig
+15
-6
No files found.
templates/block/useradmin.html.twig
View file @
cf595865
...
...
@@ -65,10 +65,13 @@
{%
set
siege
=
getSiege
()
%}
{%
set
compte
=
siege.getCompte
()
%}
{%
set
soldelabel
=
'Solde du siège'
|
trans
%}
{%
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'
:
siege.getECompte
(),
'soldelabel'
:
'Solde de monnaie numérique distribuée'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
siege.getCompteNantie
(),
'soldelabel'
:
'Monnaie nantie'
}
%}
{%
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/userpassword.html.twig'
%}
{%
include
'siege/block/solde_edit.html.twig'
%}
...
...
@@ -84,14 +87,17 @@
{%
set
siege
=
getSiege
()
%}
{%
set
compte
=
siege.getCompte
()
%}
{%
set
soldelabel
=
'
Solde d
u siège'
|
trans
%}
{%
set
soldelabel
=
'
Billets a
u siège'
|
trans
%}
{%
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/userinfos.html.twig'
%}
{%
include
'block/userpassword.html.twig'
%}
{#
{
% include 'block/soldegroupes.html.twig' %} #}
{%
elseif
app.user
and
is_granted
(
'ROLE_CONTROLEUR'
)
%}
{%
set
siege
=
getSiege
()
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
siege.getCompteNantie
()
+
siege.getECompte
(),
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
include
'block/userinfos.html.twig'
%}
{%
elseif
app.user
and
is_granted
(
'ROLE_GESTION_GROUPE'
)
%}
...
...
@@ -135,9 +141,12 @@
{%
set
siege
=
getSiege
()
%}
{%
set
compte
=
siege.getCompte
()
%}
{%
set
soldelabel
=
'Solde du siège'
|
trans
%}
{%
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'
:
siege.getCompteNantie
(),
'soldelabel'
:
'Monnaie nantie'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
,
'soldelabel'
:
'Billets nantis'
}
%}
{%
include
'block/solde.html.twig'
with
{
'compte'
:
compteNanti
+
ecompteNanti
,
'soldelabel'
:
'Monnaie en circulation'
}
%}
{%
include
'block/userinfos.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