{% extends 'lbforum/base_site.html' %} {% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% load avatar_tags %} {% block title %} {{ LBFORUM_TITLE }} - {% blocktrans %}{{ view_user }}'s profile{% endblocktrans %} {% endblock %} {% block content_right_bar %} {% include 'lbforum/widgets/cur_user_profile.html' %} {% endblock %} {% block content_content %} {% include 'lbforum/account/inc_base_profile.html' %}
{% load pagination_tags %} {% autopaginate topics 50 %}
{% blocktrans %}Topics by {{view_user}}{% endblocktrans %}
{% for t in topics %} {% endfor %}
{% trans "replies" %} {% trans "topics" %} {% trans "last post" %}
{{ t.num_replies|add:"-1"}} {{t.subject}} {{t.get_last_post.posted_by}} {{ t.get_last_post.update|lbtimesince }}
{% paginate %}
{% endblock %} {% block footer_js %} {% endblock %}