{% extends "core/base.jinja" %} {% block title %} {% trans %}Comment{% endtrans %} {% endblock %} {% block content %}

{% trans %}Comment{% endtrans %}

{% set file = None %} {% if target.profile_pict %} {% set file = target.profile_pict.url %} {% else %} {% set file = static('core/img/na.gif') %} {% endif %}
{{ target.user.get_display_name() }}
{% csrf_token %} {{ form.as_p() }}

{% endblock %}