General information
{% elif "darth_vader" in current_user.role %}
{% else %}
{% endif %}
{{ current_user.fullname }}
{{ current_user.email }}
{{current_user.squad}}
{% if "yoda" in current_user.role %}Always pass on what you have learned
{% elif "darth_vader" in current_user.role %}I am your father
{% else %}Let me see your identification
{% endif %}