{% extends "richtemplates/examples/base.html" %} {% block col_main_title %}Colors in tables examples{% endblock %} {% block col_main_content %}

Messages as unordered list

{% for key, val in colors.items %} {% endfor %}
Color Code Show
{{ key }} {{ val }}  x
{% endblock %}