{% include 'header.html' %}
{% include 'navigation.html' %}

{{ ds.name }}

  • Location: {{ds.location}}
  • Unit: {{ds.unit}}
  • Comment: {{ds.comment}}

{% for obj in matches %} {% endfor %}
Activity Product Location Unit
{{obj.name}} {{ obj["reference product"]}} {{ obj.location }} {{ obj.unit }}
{% include 'footer.html' %}