{% extends "base.html" %} {%- block main -%} {% if shades %} {% for shade in shades %} {{ shade.label }} {% endfor %} {% endif %} {% for colour in colours %} {{ colour.label }} {% endfor %} {%- endblock -%}