{% extends "matos/base.html" %} {% load i18n %} {% block appbar %}
{% if perms.matos.change_piece %} {% trans 'Edit Details' %} {% endif %} {% if perms.matos.delete_piece %} {% trans 'Delete' %} {% endif %}
{{ object.comment }}
{% endif %} {% if object.location %}{{ object.location }}
{% endif %} {% endblock %}