{% extends "spirit/_base.html" %} {% load spirit_tags i18n tz %} {% block title %}{{ p_user.username }} {% trans "likes" %}{% endblock %} {% block content %} {% include "spirit/user/_profile.html" with active_tab=2 %} {% include "spirit/user/_render_comments_list.html" %} {% render_paginator comments %} {% endblock %}