{%- endmacro %}
{% set booking = s.booking %}
{% set owner = booking.owner %}
{% set pi = owner.get_pi() %}
{% set is_manager = current_user.is_manager %}
{% set title = "Session Live Pre-processing " %}
{% set navigation = [('Sessions', url_for_content('sessions_list')),
(s.shortname, url_for_content('session_details', session_id=s.id)),
('OTF', '')] %}
{% include 'include_header.html' %}
{% import "entry_macros.html" as macros %}
{% if is_manager or current_user.same_pi(owner) %}