{% load helpers %}
{% get_attr property "color" as has_color %}
{% if property is not None and property != "" %}
{% if property.get_absolute_url %}
{% if has_color %}
{% else %}
{{ property }}
{% endif %}
{% elif property is True %}
{% elif property is False %}
{% else %}
{{ property }}
{% endif %}
{% else %}
{{ default | placeholder }}
{% endif %}