{% for wms in data %}
{%if wms.title%}

{{wms.title}}{% if wms.isAvailability() %} Dostupnost serveru {% else %} Dostupnost serveru{% endif %}

{%else%}

Nepojmenovaný server

{%endif%} {% if wms.abstract %} Abstrakt: {{wms.abstract}}
{% endif %} {% if wms.layers %} Počet vrstev: {{wms.layers|length}}
{% endif %} {% if wms.keyWords%} Klíčová slova: {% for k in wms.keyWords%}{{k}}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %} {% if wms.conntactOrganization %} Organizace: {{wms.conntactOrganization}}
{% endif %} {% if wms.contactRegion %} Region: {{wms.contactRegion}}
{% endif %} {% if wms.userTags %} Tagy: {%for t in wms.userTags%}{{t}}{% if not loop.last %}, {% endif %}{% endfor%}
{% endif %} {% if wms.dateOfInsert %} Datum přidání: {{wms.dateOfInsert|datetimeformat('%d.%m.%Y')}}
{% endif %} {% set thumbnail = wms.getThumbnailsId()%} {% if thumbnail%} Náhled:

{% endif %}
{% endfor %}