{% macro header(color=false, quantity=false, missing=false, missing_parts=false, sets=false, minifigures=false) %} Image Name {% if color %} Color {% endif %} {% if quantity %} Quantity {% endif %} {% if missing %} Missing {% endif %} {% if missing_parts %} Missing parts {% endif %} {% if sets %} Sets {% endif %} {% if minifigures %} Minifigures {% endif %} {% endmacro %} {% macro bricklink(item) %} {% set url=item.url_for_bricklink() %} {% if url %} Bricklink {% endif %} {% endmacro %} {% macro image(image, caption=none, alt=none, accordion=false) %} {% endmacro %} {% macro rebrickable(item) %} {% set url=item.url_for_rebrickable() %} {% if url %} Rebrickable {% endif %} {% endmacro %} {% macro dynamic(id, no_sort=none, number=none) %} {% endmacro %}