{% extends "base.html" %} {% block content_title %}Message from {{ person.username }}{% endblock %} {% block content %} {% if user %} {% if person.username != user.username %} {% if user|is_following(person) %}
{% else %} {% endif %} {% endif %} {% else %} {% endif %}