{% extends theme('layout.html') %} {% from theme('macros.html') import render_pagination %} {% block content %}
{% trans user=user.username %}All Posts created by {{user}}{% endtrans %} |
---|
{{ post.topic.title }} in {{ post.topic.forum.title }} - {{ post.date_created|time_since }} |
{{ post.content }} |
{% trans %}No posts.{% endtrans %} |