{% extends "user_item_list_base.html" %} {% load i18n %} {% block title %} {{ site_name }} - {{ identity.display_name }} - {% trans '评论' %} {% endblock %} {% block head %} {{ identity.display_name }} - {% trans '评论' %} {% endblock %} {% block sidebar %} {% include "_sidebar.html" with show_profile=1 sidebar_template="_sidebar_user_mark_list.html" %} {% endblock %}