{% set taxlist = taxonomylist.get() %} {% if taxlist %}
{% for tax,value in taxlist[taxonomy] %} {{ tax|capitalize }} {% endfor %}
{% endif %}