{% load extra_tags %} {% load i18n %}
{% if can_comment %}
{% csrf_token %}
{{ min_length }}|{{ max_length }} {% trans "characters needed" %} {% trans "characters left" %}
{% if user.can_use_canned_comments %}
{% trans "Use canned comment" %}
{% endif %}
{% endif %}