{{if $current === 'stats' || $current === 'history'}} {{:exportmenu right=true}} {{elseif $current === 'config' && $type === 'category'}} {{:linkbutton shape="plus" href="edit.html?key=new&target=%s"|args:$target label="Ajouter une catégorie"}} {{elseif $current === 'config' && $type === 'object'}} {{:linkbutton shape="plus" href="edit.html?key=new&target=%s"|args:$target label="Ajouter un type d'objet"}} {{/if}}
    Entrée Sortie Historique Statistiques {{if $module.config.caisse_exit|count || $module.config.velos_exit|count || $module.config.velos_entry|count}} Import extensions {{/if}} {{#restrict section="config" level="admin"}} Configuration {{/restrict}}
{{if $current === 'stats'}}
    {{:link href="?period=%s&type=entry"|args:$period label="Entrées"}} {{:link href="?period=%s&type=exit"|args:$period label="Sorties"}} {{:link href="?period=%s&type=declare"|args:$period label="Déclaration Ecologic"}}
    {{:link href="?period=month&type=%s"|args:$type label="Par mois"}} {{:link href="?period=quarter&type=%s"|args:$type label="Par trimestre"}} {{:link href="?period=year&type=%s"|args:$type label="Par année"}}
{{elseif $current === 'config'}}
    Entrées Sorties Connexion avec les autres extensions
{{if $target}}
    {{if $target == 'entry'}}Provenances{{else}}Motifs de sortie{{/if}} Types d'objets
{{/if}} {{/if}}