{% include 'partials/head.html' %} {% include 'partials/header.html' %} {% include 'partials/video.html' %}

Perfil de {{ profile.username }}

{% include 'forum/_style.html' %}

Temas creados: {{ profile.topic_count }}

Mensajes publicados: {{ profile.post_count }}

{% if profile.joindate %}

Registro: {{ profile.joindate|date:"d/m/Y" }}

{% endif %}
{% include 'partials/social.html' %} {% include 'partials/footer.html' %} {% include 'partials/final.html' %}