{% extends "common/base.html" %}{% load i18n %}{% load filters %}{% load tz %}{% load filters %} {% block title %}{% trans "Adding form complaint" %}{% endblock %} {% block breadcrumbs %} home_ico / {% trans "Adding form complaint" %}{% endblock %} {% block jqueryui %} {% endblock %} {% block content %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{{ item.cart_itm_name }}     {{ item.cart_number }}
{% csrf_token %} {{ form.comment }} {% trans 'Foto' %}
{% for com in comments %}
{% if com.file_url %} {% endif %}
{{ com.comment }}
[x]
{{ com.author }}{% if debug %}{% else %}    {{ com.datetime|prettifydatetime|date:"SHORT_DATE_FORMAT" }} {{ com.datetime|prettifydatetime|timezone:current_tz|time:"TIME_FORMAT" }}{% endif %}
{% endfor %}
{% endblock %}