{% extends 'report/layouts/base.html' %} {% block body %}
{{ _('Sample') }}
{{ _('Group') }}
{% for sample in samples %} {% endfor %}
{% endblock %}