{% extends 'profile/base.html' %} {% load i18n %} {% block title %}{% trans '{{ user_view.first_name }}{{user_view.last_name}} Profile' %}{% endblock %} {% block content%}
{% trans 'Follow' %} {% trans 'Stop following' %}

{{ user_view.first_name }}

{{user_view.last_name}}

{{ user_view.username }} {{ user_view.email }} {% if not user_view.description == none %} {{ user_view.description }} {% endif %}
{% trans 'Wall' %} {% include 'tribs.html' with user_from_template=user_view.first_name %}
{% endblock %} {% block scripts %} {% endblock %}