{% set tapestry_width = 100 %} {% set fontsize2image_container_width = 1 / 30 %} {% set image_container_width = (98 / ncols) / (1 + 1.2 * fontsize2image_container_width) %} {% set fontsize = [image_container_width * fontsize2image_container_width, 0.75]|max %} {% set image_width = image_container_width / (1 - colorbar2width) %} {% set image_height = image_width / aspect_ratio %} {% set tapestry_height = (image_height + 1.4 * fontsize) * nrows + 2 %}
{% for patches_row in patches_collection:%} {% for patch in patches_row: %} {% endfor %} {% endfor %}
{{ patch.image_relative_path }}

{{ patch.text_right_bottom }}

{{ patch.text_right_top }}

{{ patch.text_below }}

Animal: {{ patch.animal }}

Flags changed from previous row:
{{ patch.flag_changes }}
{% if patch.movie_file is not none: %} (movie) {% endif %}
{% if all_data_limits is not none: %}

Minimum of lower data limit over all overviews: {{ all_data_limits[0] }}

Maximum of upper data limit over all overviews: {{ all_data_limits[1] }}

{% endif %}