{##} {% if title %}

{{ title }}

{% endif %} {% for item in discussion %}
{% if item.image_240 %} {% else %} {% endif %}
{% if item.url %}{% endif %} {{ formatUsing('name', item.title, item.preferredName, item.surname, 'Student', false, true) }} {% if item.url %}{% endif %} {% if item.timestamp %} {{ item.action ? item.action|lower : " " }} {{ formatUsing('relativeTime', item.timestamp) }} {% endif %} {% if item.type %} {{ __(item.type) }} {% endif %}
{% if item.attachmentLocation %} {{ item.attachmentText ? item.attachmentText : __('View Attachment') }} {% endif %} {% if item.extra %}
{{ item.extra|raw }}
{% endif %}
{% if item.comment %}
{{ item.comment|raw }}
{% endif %}
{% if item.replies %}
{{ include ('ui/discussion.twig.html', {'discussion': item.replies}) }}
{% endif %}
{% endfor %} {% if discussion is empty and blankSlate %}
{% block blankslate %} {{ include('components/blankSlate.twig.html') }} {% endblock blankslate %}
{% endif %}