{% if me!=None and profile!=None%}
Hello {{profile.name}} You have {{profile['quantity']}} paint!
Selected Pixel at (,)
{% if profile.stock['Red'].quantity > 0 %} {% else %} {% endif %} {% if profile.stock['Green'].quantity > 0 %} {% else %} {% endif %} {% if profile.stock['Blue'].quantity > 0 %} {% else %} {% endif %} {% if True %} {% endif %}
{% endif %}
{% for j in y %}
{% for i in x %} {% set r,g,b = colors[(i,j)] %}
{% endfor %}
{% endfor %}