{{#rw this}}event_text{{/rw}} {{#rwif event_meta raw_if="event_meta"}} - {{#rw this}}event_meta{{/rw}} {{/rwif}} {{#rwif object_name raw_if="object_name" }}

{{#rw this}}object_name{{/rw}}

{{/rwif}} {{#if raw}} {{{{raw}}}} {% if object_text or content_rows and not this_is_a_sub_snippet %} {% if object_text %}

{{ object_text }}

{% endif %} {% for content in content_rows %}

{{ content }}

{% endfor %}
{% endif %} {{{{/raw}}}} {{else}} {{#rwif object_text raw_if="object_text" }}

{{#rw this}}object_text{{/rw}}

{{/rwif}} {{/if}} {{#if raw}} {{{{raw}}}} {% comment %} render the comment if there is one, using this same template {% endcomment %} {% if sub_object_text and sub_image_url and not this_is_a_sub_snippet %} {% include snippet_template with object_text=sub_object_text image_url=sub_image_url event_meta=sub_event_meta event_text=sub_event_text object_name="" this_is_a_sub_snippet=True %} {% endif %} {{{{/raw}}}} {{else}} {{#if comment}} {{> summary_item comment}} {{/if}} {{/if}}