{% include "partials/rum_interface.min.html" with nonce=nonce %} {% include "partials/rum_longtask.min.html" with nonce=nonce %} {% if yenv_type == 'production' %} {% include "partials/rum_send.min.html" with nonce=nonce %} {% else %} {% include "partials/rum_blockstat.html" with nonce=nonce %} {% endif %} {% include "partials/rum_init.html" with nonce=nonce reqid=reqid %} {% include "partials/error_counter.html" with nonce=nonce reqid=reqid env=yenv_type bundle=bundle %} {% for package in vendor_packages %} {% if package.name == 'backbone' %} {% elif package.name == 'react' %} {% else %} {% endif %} {% endfor %} {% load utils %} {% with LANGUAGE_CODE|slice:":2" as lang %} {% with bundle|add:'.'|add:lang as static_url_suffix %} {% with front_static_assets|get_item:static_url_suffix as static_path %} {% for path in static_path.css %} {% endfor %} {% endwith %} {% endwith %} {% endwith %} {% if yenv_type == 'production' %} {% endif %}
{% block body %}{% endblock %} {% with LANGUAGE_CODE|slice:":2" as lang %} {% with bundle|add:'.'|add:lang as static_url_suffix %} {% with front_static_assets|get_item:static_url_suffix as static_path %} {% for path in static_path.js %} {% endfor %} {% endwith %} {% endwith %} {% endwith %}