{% block title %}Datapath{% endblock %}
{% block extra_head %}{% endblock %}
{% include 'components/_header.html' %}
{% block content %}{% endblock %}
{% if user_feature_access and "feature-ai-jarvis" in user_feature_access and "feature-ai-jarvis" in company_feature_access %}
{% include "jarvis/_jarvis_drawer.html" %}
{% endif %}
{% block extra_scripts %}{% endblock %}
{% if user.is_authenticated and wristband %}
{{ wristband|json_script:"wristband" }}
{% endif %}