Simplification calcul dispo
This commit is contained in:
parent
74ee34104f
commit
7364deda87
5 changed files with 106 additions and 120 deletions
|
|
@ -22,11 +22,9 @@
|
|||
<p class="block error">Modification refusée</p>
|
||||
{{/if}}
|
||||
|
||||
{{#load type="category"}}
|
||||
{{:assign var="category_keys." value=$key}}
|
||||
{{/load}}
|
||||
{{#load type="category" count=true assign="result"}}{{/load}}
|
||||
|
||||
{{if $category_keys|count == 0}}
|
||||
{{if $result.count == 0}}
|
||||
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
|
||||
{{else}}
|
||||
{{if $_GET.prop == null || $_GET.prop}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue