{% extends theme("user/profile_layout.html") %} {% from theme('macros.html') import render_pagination, topic_pages %} {% block breadcrumb %} {% endblock %} {% block profile_navigation %} {% endblock %} {% block profile_content %}
{% for post in posts.items %}
{{ post.date_created|format_date('%d %B %Y - %H:%M') }}
{{ post.content|markup|safe }}
{% else %}
{% trans %}The user has not written any posts yet.{% endtrans %}
{% endfor %}
{% endblock %}