BrickTracker
{% for item in config['_NAVBAR'] %} {% if item.flag and not config[item.flag] %}
{% if item.icon %}
{% endif %} {{ item.title }}
{% endif %} {% endfor %}
{% if g.login.is_enabled() %} {% if g.login.is_authenticated() %}
Authenticated
{% else %}
Read-only
{% endif %} {% endif %}
{% block main %}{% endblock %}
{% if request.endpoint == 'minifigure.list' %} {% endif %} {% if request.endpoint == 'part.list' %} {% endif %} {% if request.endpoint == 'part.problem' %} {% endif %} {% if request.endpoint == 'set.list' %} {% endif %} {% if request.endpoint == 'set.details' %} {% endif %} {% if request.endpoint == 'statistics.overview' %} {% endif %} {% if request.endpoint == 'instructions.download' or request.endpoint == 'instructions.do_download' %} {% endif %}