{% extends "forum/base.html" %} {% load i18n %} {% block forum_content %}

{% if profile %} {{ profile }} {% else %}Who are you? @.o{% endif %}

{% block profile_content %} {% if not is_self %} Send message {% endif %} {% endblock %}
{% endblock %}