view templates/default/components/menu_labels.html @ 30:5370c524bffd

press: add OW2 and PSES 23 confs
author Goffi <goffi@goffi.org>
date Wed, 28 Jun 2023 11:37:26 +0200
parents 0fe78d74a792
children
line wrap: on
line source

{# menu labels, map from menu names to labels #}
{% set label = {
    'login': _('Session') if profile else _('Log in'),
    'presentation': _('Overview'),
    'features': _('Features'),
    'documentation': _('Documentation'),
    'news': _('News'),
    'association': _('Association'),
    'press': _('Press/Talks'),
    'roadmap': _('Roadmap'),
    'social_contract': _('Social Contract'),
} %}