{% from 'reporting/fragments/macros.html' import generate_footnote, create_footnote with context %} {% macro creation_metadata(m) %}

This report was generated using Damast on by {{ m.current_user }} {% if m.source == 'visualization' %} via direct export from the visualization. {% elif m.source == 'filesystem' %} using a filter state that was generated on by {{ m.export_user }}. {% else %} using the filter state of report {{ m.source }} that was generated on by {{ m.export_user }}. {% endif %} The filter matched {{ m.evidence_count }} pieces of evidence in the visualization at the time of export.

{% endmacro %} {% macro filter_description(d) %} {% if d.implicit | length == 0 and d.explicit | length == 0 %}

The applied filters make no restrictions on the displayed pieces of evidence.

{% else %}

The applied filters make the following restrictions on pieces of evidence. Only evidence that matches all of the criteria is considered valid under the filter and is shown:

{% endif %} {% endmacro %}