{% extends "views/report-templates/default.htm" %} {% load i18n %} {% block report %} {% block report_title_bar %}

{% trans "Physical Thing:" %}

{% endblock report_title_bar %} {% block body %}

{% trans "Parts" %}

{% trans "Add Part" %}
{% trans "No parts for this resource" %}
{% endblock body %} {% endblock report %} {% block summary %}

{% trans "(Physical Thing)" %}

{% trans "Object Names" %}

{% trans "There are no names for this resource" %}

{% trans "Name" %} {% trans "Name Type" %}

{% trans "Images" %}

{% trans "There are no images associated with this resource" %}

{% trans "Statements" %}

{% trans "There are no statements for this resource" %}

{% trans "Statements" %} {% trans "Type" %}

{% trans "Object Type" %}

{% trans "There is no object type information for this resource" %}

{% trans "Object Identifiers" %}

{% trans "There is no object identifier information for this resource" %}

{% trans "Identifier" %} {% trans "Type" %}

{% trans "Ownership" %}

{% trans "There is no object ownership information for this resource" %}

{% trans "Object Dimensions" %}

{% trans "There is no object dimension information for this resource" %}

{% trans "Dimension Type" %} {% trans "Value" %} {% trans "Unit" %}

{% trans "Object Creation" %}

{% trans "There is no object creation information for this resource" %}

{% trans "Creator" %} {% trans "Creation Date" %} {% trans "Type" %} {% trans "Technique" %} {% trans "Location" %}

{% trans "Links" %}

{% trans "There is no object link information for this resource" %}

{% trans "External URI" %}
{% endblock summary %}