{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Like" %}{% endblock %} {% block content %}

{% blocktrans trimmed with username=comment.user.username %} Like {{ username }}'s comment {% endblocktrans %}

{% csrf_token %} {% include "spirit/_form.html" %}
{% endblock %}