{% extends 'lbforum/profile/base.html' %} {% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% load el_pagination_tags %} {% block title %} {% blocktrans %}{{ view_user.lbforum_profile }}'s topics{% endblocktrans %} {% endblock %} {% block content_content %} {% include 'lbforum/profile/inc_base_profile.html' %}
{% paginate topics %} {% get_pages %}
{% blocktrans %}Topics by{% endblocktrans %} {{ view_user.lbforum_profile }}
{% for t in topics %} {% endfor %}
{% trans "replies" %} {% trans "topics" %} {% trans "last post" %}
{{ t.num_replies }} {{t.subject}} {{ t.last_post.posted_by.lbforum_profile }} {{ t.last_post.created_on|lbtimesince }}
{% show_pages %}
{% endblock %} {% block footer_js %} {% endblock %}