{% set bug_report_url = appbuilder.app.config.get('BUG_REPORT_URL') %} {% set documentation_url = appbuilder.app.config.get('DOCUMENTATION_URL') %} {% set locale = session['locale'] %} {% if not locale %} {% set locale = 'en' %} {% endif %} {% if documentation_url %}
  •  doc
  • {% endif %} {% if bug_report_url %}
  •  
  • {% endif %} {% if not current_user.is_anonymous %} {% else %}
  • {{_("Login")}}
  • {% endif %}