{% if errors %}
Wystąpiły błędy
{% endif %} {% if urls %} {# Check if any item has month or param #} {% set has_month = urls | selectattr('month', 'defined') | selectattr('month') | list | length > 0 %} {% set has_param = urls | selectattr('param', 'defined') | selectattr('param') | list | length > 0 %}

Wygenerowane linki ({{ count }})

Kliknij w link, aby pobrać plik bezpośrednio z serwera IMGW.

{% if has_month %} {% endif %} {% if has_param %} {% endif %} {% for item in urls %} {% if has_month %} {% endif %} {% if has_param %} {% endif %} {% endfor %}
RokMiesiącParametrPlik Akcja
{{ item.year }}{{ item.month if item.month else '-' }}{{ item.param if item.param else '-' }} {{ item.filename }} Pobierz
{% else %} {% if not errors %}

Brak wyników dla wybranych parametrów.

{% endif %} {% endif %}