{% extends "views/report-templates/default.htm" %}
{% load i18n %}
{% block report %}
{% block report_title_bar %}
{% endblock report_title_bar %}
{% block body %}
{% trans "Child Projects" %}
{% trans "No child projects for this project" %}
{% endblock body %}
{% endblock report %}
{% block summary %}
{% trans "Name of Project" %}
{% trans "There are no names for this resource" %}
{% trans "Dates of Project" %}
{% trans "There are no dates for this resource" %}
{% trans "Beginning of the beginning" %} |
{% trans "End of the beginning" %} |
{% trans "Beginning of the end" %} |
{% trans "End of the end" %} |
|
|
|
|
{% trans "Activity Type of Project" %}
{% trans "There are no activity types for this resource" %}
{% trans "Parent Project" %}
{% trans "There is not a parent project for this resource" %}
{% trans "Project Team" %}
{% trans "There are no team members for this resource" %}
{% trans "Statements about Project" %}
{% trans "There are no statements for this resource" %}
{% trans "Identifier for Project" %}
{% trans "There are no identifiers for this resource" %}
{% endblock summary %}