{% extends "blog/base.html" %} {% load i18n %} {% load blog_tags %} {% block head_title %} {% ifequal request.user other_user %} {% trans "Your feed" %} {% else %} {% blocktrans with other_user.username as username %}{{ username }}'s feed{% endblocktrans %} {% endifequal %} {% endblock %} {% block body %}