{% load static %} {% load user_dict from user_dict %} {% load bundle from vue %} {% load bundlechunk from vue %} {% block meta_viewport %} {% endblock meta_viewport %} Obico {% bundle 'styles' %} {% bundlechunk 'chunk-vendors' 'css' %} {% block page_css %}{% endblock page_css %} {% block header_ext %}{% endblock header_ext %} {{ settings|json_script:"settings-json" }} {{ user|user_dict|json_script:"user-json" }} {{ app_platform|json_script:"app-platform-json" }} {% csrf_token %} {% block top_page_js %}{% endblock top_page_js %} {% block body_top_ext %}{% endblock body_top_ext %} {% include "snippets/svg_sprite.html" %} {% block navbar %} {% endblock navbar %}
{% include 'snippets/messages.html' %} {% block content %}{% endblock content %}
{% block footer %} {% if not app_platform.platform %} {% endif %} {% endblock footer %} {% block bootstrap_js %} {% endblock %} {% block useful_libs %} {% endblock %} {% bundlechunk 'chunk-vendors' 'js' %} {% block sentry %} {% endblock sentry %} {% block page_js %}{% endblock page_js %} {% block body_bottom_ext %}{% endblock body_bottom_ext %}