{% spaceless %} {% if item.varname == "@custom@" %} {% if item.template %} {% with card.custom_fields|get:item.template|force_escape as value %} {% if not ul_display %}{% endif %}{{ value }}{% if not ul_display %}{% endif %} {% endwith %} {% endif %} {% elif item.varname == "@link@" %} {% if item.template and item.page|default:item.url_template %} {% with item.page|default:item.url_template as url_key %} {% with card.custom_fields|get:item.template|force_escape as link_label and card.urls|get:url_key|force_escape as link_url %} {% if not ul_display %}{% endif %} {% if link_label and link_url %} {{ link_label }} {% endif %} {% if not ul_display %}{% endif %} {% endwith %} {% endwith %} {% endif %} {% else %} {% if item.varname %} {% with fields_by_varnames|get:item.varname as field %} {% if field %} {% with card.fields|get:item.varname as value %} {% if value %} {% if not ul_display %}{% endif %}{% include "combo/wcs/card-field-value.html" with mode='inline' %}{% if not ul_display %}{% endif %} {% else %} {% if not ul_display %}{% endif %}{% include "combo/wcs/card-field-value.html" with mode='inline' value=item.empty_value %}{% if not ul_display %}{% endif %} {% endif %} {% endwith %} {% endif %} {% endwith %} {% endif %} {% endif %} {% endspaceless %}