{% extends "layouts/base.html" %} {% block title %} Settings {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}

General information

Password

{% if "yoda" in current_user.role %} {% elif "darth_vader" in current_user.role %} {% else %} Image placeholder {% 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 %}
{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}