{% for c in farm.cosmetics %}
{{ c.name }} {{ c.description }} {% if c.owned %} {% if c.kind == 'title' %} {% if farm.active_title == c.key %} Equipped {% else %}
{% endif %} {% else %} Owned {% endif %} {% else %}
{% endif %}
{% endfor %}