{% if container.kind.locations.exists %}
{% else %}
{% for sample in container.samples.all %}
  • {{ sample.name }} {% if sample.comments %} | {{ sample.comments }}{% endif %}
    {% if sample.image %}
    {% endif %}
  • {% empty %}
    No samples
    {% endfor %}
    {% endif %}