Instrument days
{% for sr in selected_resources %} {% set r = resources_dict[sr] %} {% endfor %} {% for pi in pi_list %} {% for r in selected_resources %} {% endfor %} {% endfor %}
PI {{r['name']}} total % View
{{ pi['name'] }}{{ pi['days'][r] }}{{ pi['total_days'] }} {{ '%0.2f'|format(pi['total_days'] * 100 / total_days) }}
{% include 'report_microscopes_usage_pilist.html' %}