{% extends "layout.html" %} {% macro liste(dict, commentaire="", crop=needs_crop) %} {% for item in dict %} {% if item in crop %} {% set img = deck_name(item)|lower %} {% set img = "img/split-crop/" + img + ".jpg" %} {% else %} {% set img = "" %} {% endif %}