{% extends "reports_index.html" %} {% block head %} {% endblock %} {% block reports %}
{% include "filters_table_reports_monthly.html" %}

{% if pdf_exists %} Official PDF {% endif %} {% if csv_exists %} {% if pdf_exists %} | {% endif %} Official CSV {% endif %}

{% if official %} {% endif %}

{% if not generate %}{% if pdf_exists %}
{% else %}

Document not available

The requested document was not found in the SAM availability reports archive.

You may want to try searching the {% if ismyegi %} EGI document listing {% else %} WLCG document repository {% endif %} or requesting a report to sam-support@cern.ch

Please note that even though new reports are published every month, some documents may have been removed or not correctly archived. A specific report may be requested in PDF or CSV format.

{% endif %} {% endif %}
{% endblock reports %}