{{ user.username }} › {{ title }}

{% if not posts %}
No topics{% if show_unread %} with unread posts{% endif %}
{% else %} {{ paginator.linkbox|raw }} {% for p in posts %} {% if viewer.showAvatars %} {% endif %} {% if not show_grouped %} {% if viewer.showAvatars %} {% endif %} {% endif %}
{{ p.added_time|time_diff }} in {{ p.title|shorten(75) }} {% if not own_profile %} {% else %} {% if p.new %} (New!) {% endif %} {% if p.last_read %} {% endif %} {% endif %} {% if own_profile and not p.thread_id in subscriptions %} Subscribe   {% endif %}
{{ avatar|raw }}
{{ p.body|bb_format }} {%- if p.edited_user_id -%}

{%- if is_fmod -%} « {%- endif %} Last edited by {{ p.edited_user_id|user_url }} {{ p.edited_time|time_diff }} {%- endif %}
{% endfor %} {{ paginator.linkbox|raw }} {% endif %}