{% 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 "Parent Project" %}
{% trans "There are no parent project for this resource" %}
{% trans "Activity Names" %}
{% trans "There are no names for this resource" %}
{% trans "Statements" %}
{% trans "There are no statements for this resource" %}
{% trans "Sampling Type" %}
{% trans "There is no type for this resource" %}
{% endblock summary %}