logo Ownfoil
  • Library
  • {% if admin_account_created == false or (current_user.is_authenticated and current_user.has_shop_access()) %}
  • Setup
  • {% endif %} {% if current_user.is_admin or admin_account_created == false %}
  • Settings
  • {% endif %}
{% if current_user.is_authenticated %}
  • Logout
{% else %}
  • Login
{% endif %}