{% load has_module safe_url from feature_enabled %} {% has_module "billing" as billing_enabled %}
  • Settings
  • Manage Team
  • {# {% if billing_enabled %}#}
  • Billing Dashboard
  • {# {% endif %}#}
  • {% if request.user.is_superuser and request.user.is_staff %}
  • Go to admin dashboard
  • {% endif %}
  • Current Version: {{ version }}
  • {% if git_version and git_version != "prod" %}
  • {{ git_version | slice:7 }}
  • {% endif %}