{% extends "matos/base.html" %} {% load i18n %} {% block appbar %}

{{ object.title }}

{% trans 'Back to inventory' %} {% endblock %} {% block content %}

{% if perms.matos.change_piece %} {% trans 'Edit Details' %} {% endif %} {% if perms.matos.delete_piece %} {% trans 'Delete' %} {% endif %}

{% if object.image %} {% endif %}
{% if object.comment %}

{% trans 'Comment' %}

{{ object.comment }}

{% endif %} {% if object.location %}

{% trans 'Location' %}

{{ object.location }}

{% endif %} {% endblock %}