{% extends "base.html" %} {% block title %}Consumption Sheets - ScanLook{% endblock %} {% block content %}

Start New Session

{% for p in processes %} + {{ p.process_name }} {% endfor %} {% if not processes %}

No process types configured yet. Contact your administrator.

{% endif %}
{% if sessions %}

📋 My Active Sessions

{% else %}
📝

No Active Sessions

Start a new session by selecting a process type above

{% endif %}
{% endblock %}