{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Width (mm)" %} | {{ object.width_mm }} |
| {% trans "Height (mm)" %} | {{ object.height_mm }} |