{% if data.details %} {% for container in container_family.members %} {% include "components/container.html" with container=container details=data.details %} {% endfor %} {% else %}
{{ container_family.name }} 
{% if container_family.description %}
{{ container_family.description }}
{% else %}
{% endif %}
Image: {{ container_family.image_name }}
Tag: 
{% if not disable_play_button %} {% endif %}
{% endif %}