{% if "yoda" in current_user.role %} root {% elif "darth_vader" in current_user.role %} admin {% else %} user {% endif %}

{{ current_user.username }}

Sign Out
  • Dashboard
  • {% if "yoda" in current_user.role or "darth_vader" in current_user.role %}
  • Users
    • New
    • List
    {% endif %}
  • Stacks
      {% if "yoda" in current_user.role or "darth_vader" in current_user.role %}
    • New
    • {% endif %}
    • List
  • Deploys
  • Tasks
  • {% if "yoda" in current_user.role or "darth_vader" in current_user.role %}
  • Activity Logs
  • {% endif %}
  • Settings
  • {% if "yoda" in current_user.role or "darth_vader" in current_user.role %}
  • Cloud Accounts
  • Aws
      {% if "yoda" in current_user.role %}
    • New {% endif %}
    • List
  • Gcp
      {% if "yoda" in current_user.role %}
    • New
    • {% endif %}
    • List
  • Azure
      {% if "yoda" in current_user.role %}
    • New
    • {% endif %}
    • List
  • Custom
      {% if "yoda" in current_user.role %}
    • New
    • {% endif %}
    • List
    {% endif %}
  • SLD
  • Tech Docs
  • Logout