{% if current %}{{ current.domain }}{% endif %}
{{ current.description }}
{% for image in current.images|slice(0,10)%} {% if image.url %} {{ image.description }} {% endif %} {% endfor %}