{% extends "views/report-templates/default.htm" %}
{% load i18n %}
{% block report %}
{% block report_title_bar %}
{% endblock report_title_bar %}
{% block body %}
{% trans "Related Physical Things" %}
{% trans "No objects related to this observation" %}
{% endblock body %}
{% endblock report %}
{% block summary %}
{% trans "Observation Names" %}
{% trans "There are no names for this resource" %}
{% trans "Statements" %}
{% trans "There are no statements for this resource" %}
{% trans "Observed Objects" %}
{% trans "There are no observed objects for this resource" %}
{% trans "Procedures" %}
{% trans "There are no procedures for this resource" %}
{% trans "Persons Carrying Out Observation" %}
{% trans "There are no persons for this resource" %}
{% trans "Timespan" %}
{% trans "There are no timespans for this resource" %}
{% endblock summary %}