{% extends 'base.html' %} {% block content %}

{{ profile.name }} @{{ profile.user.username}}

{% if profile.user != current_user %} {% trans %}Follow{% endtrans %} {% endif %} {% endblock content %}