{% set title = "Microscopes Usage" %}
{% set navigation = [('Reports', ''), ('Microscopes Usage', '')] %}
{% include 'include_header.html' %}
Application:
{% if applications|length == 1 %}
{% set a = applications[0] %}
{{ a.code }}
{% else %}
{% endif %}
Resources:
{% include 'report_microscopes_usage_content.html' %}