{% if content %} {% for item in content %} {% if forloop.counter > 1 %}
{% endif %}
{{ item.time }}
{{ item.text|linebreaks }}
{% endfor %} {% else %}
No diary yet.
{% endif %}