-
{% if connections %}
-
-
{% for connection in connections %}
-
{% if connection.title %}{{connection.title|safe}} {%endif%}{{connection.body|safe}}
{{connection.created_date|date:"D H:m"}}
{% endfor %}
-