{% macro header(image=true, color=false, parts=false, quantity=false, missing=true, missing_parts=false, damaged=true, damaged_parts=false, sets=false, minifigures=false) %} {% if image %} Image {% endif %} Name {% if color %} Color {% endif %} {% if parts %} Parts {% endif %} {% if quantity %} Quantity {% endif %} {% if missing and not config['HIDE_TABLE_MISSING_PARTS'] %} Missing{% if missing_parts %} parts{% endif %} {% endif %} {% if damaged and not config['HIDE_TABLE_DAMAGED_PARTS'] %} Damaged{% if damaged_parts %} parts{% endif %} {% 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 %}