{% extends 'musette/base_musette.html' %} {% load i18n %} {% load static %} {% load forum_tags %} {% block content %}
{% trans "It is a troll" %}
{% if user != profile.iduser %} {% endif %} {% endif %}{% trans "Last Seen" %} {% if profile.last_seen %} {{ profile.last_seen|timesince }} {% else %} {% trans "a while ago" %} {% endif %} |
{% if profile.online %}
Online
{% else %}
Online
{% endif %}
|
{% trans "Title" %} | {% trans "Forum" %} | {% trans "Date" %} |
---|---|---|
{{ topic.title }} | {{topic.forum.name }} | {{topic.date.date }} |