{% extends "views/report-templates/default.htm" %}
{% load i18n %}
{% block report %}
{% block report_title_bar %}
{% endblock report_title_bar %}
{% block body %}
{% endblock body %}
{% endblock report %}
{% block summary %}
{% trans "Object Names" %}
{% trans "There are no names for this resource" %}
{% trans "Images" %}
{% trans "There are no images associated with this resource" %}
{% trans "Statements" %}
{% trans "There are no statements for this resource" %}
{% 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 "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" %}
{% endblock summary %}