{% load staticfiles %}

{{ profile.first_name }} {{ profile.last_name }}

@{{ profile.username }}

{% if user.is_authenticated %}
{% if user != profile %} {% if user.is_following %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% endif %}
{% endif %}