{% block main %}{% endblock %}
{% if telemetry_show_splash %}
{% include 'telemetry/_splash_modal.html' %}
{% endif %}
{% if telemetry_show_splash %}
{% endif %}
{% if request.endpoint in ['add.add', 'add.bulk'] %}
{% endif %}
{% if request.endpoint == 'add.parts' %}
{% endif %}
{% if request.endpoint == 'minifigure.list' %}
{% endif %}
{% if request.endpoint == 'part.list' %}
{% endif %}
{% if request.endpoint == 'part.problem' %}
{# parts.js used to be loaded here too. It looks for a #parts table that does not
exist on this page and retries every 100ms forever, and it double wired the
Clear button. problems.js is all this page needs. #}
{% endif %}
{% if request.endpoint == 'set.list' %}
{% if g.login.is_authenticated() %}
{% endif %}
{% endif %}
{% if request.endpoint == 'set.details' %}
{% endif %}
{% if request.endpoint == 'part.details' %}
{% endif %}
{% if request.endpoint == 'individual_part.lot_details' %}
{% endif %}
{% if request.endpoint == 'individual_minifigure.details' %}
{% endif %}
{% if request.endpoint == 'statistics.overview' %}
{% endif %}
{% if request.endpoint == 'instructions.download' or request.endpoint == 'instructions.do_download' %}
{% endif %}