{% extends "base.html" %} {% block content %}

Search

{% if pagename == "list" %} {% include "analyses/cases/_list_image.html" %} {% if images %} {% endif %} {% elif pagename == "thumb" %} {% include "analyses/cases/_thum_image.html" %} {% if images %} {% else %}
Warning! there are not any photos.
{% endif %} {% elif pagename == "map" %} {% include "analyses/cases/_map_image.html" %} {% endif %}
{% endblock %}