{% load i18n profile %}
{% blocktrans %}Timeline of {{ syntax }}:{% endblocktrans %}
{% if not posts %} {% trans "No messages." %} {% endif %} {% for post in posts %} {% include "messaging/post.html" %} {% endfor %}