{% if item.talk %}
{% if item.talk.cancelled %}
{% endif %}
{{ item.get_details|escape }}
by {{ item.talk.get_authors_display_name }}
{% if item.talk.cancelled %}
{% endif %}
{% elif item.get_url %}
{{ item.get_details|escape }}
{% if item.page and item.page.people.exists %}
by {{ item.page.get_people_display_names }}
{% endif %}
{% else %}
{{ item.get_details|escape }}
{% endif %}