{% set contributionType = { '0': "add", '1': 'modification', '2': "vote", '3': "reporting", '4': "imported" } %} {% set elementStatus = { '' : 'waiting', '-5': "modified.pending", '-4': 'deleted', '-3': 'refused.votes', '-2': 'refused.admin', '-1': 'pending.modifications', '0': 'pending.add', '1': 'validated.admin', '2': 'validated.votes', '3': 'added.admin', '4': 'modified.admin', '5': 'modified.owner', '6': 'modified.direct.link' } %} {% set userRoles = { '0': "anonymous", '1': 'anonymous.email', '2': "logged.user", '3': "admin", '4': 'anonymous.link' } %} {# ---- HEADER --- #}