hi!
how can i make a conditional for a list. if a picture is available ez3 should put out another code than without a picture.
maybe:
{default content_object=$node.object content_version=$node.contentobject_version_object}
{switch name=sw match=$content_version.data_map.bild}
{case match != ""}
code with image
{/case}
{case match = ""}
code without image
{/case}
{/switch} {/default}