{% extends "common/base.html" %}{% load i18n %}{% load filters %}{% load tz %}
{% block title %}{% trans "Edit the comment text" %}{% endblock %}
{% block breadcrumbs %}
/
{% trans "Complaint text" %}{% endblock %}
{% block jqueryui %}
{% endblock %}
{% block content %}
{% trans 'Name' %} | {% trans 'Inventory number' %} | ID |
---|---|---|
{{ item.name }} | {% if item.inventory_number %}{{ item.inventory_number }}{% else %} {% trans 'Not a number' %}{% endif %} | {{ item.pk }} |