+
Contents
+
+
...
+
+
Description
+
+ {{ case_study.full_description | linebreaks }}
+
+
{% trans "Affected land" %}
+
+
+ {% if case_study.country %}
+ - {% trans "Country" %}:
+
- {{ case_study.get_country_display }}
+ {% endif %}
+
+ {% if case_study.location_context %}
+
- {% trans "Rural or urban" %}:
+
- {{ case_study.get_location_context_display }}
+ {% endif %}
+
+ {% if case_study.area_of_land %}
+
- {% trans "Approximate land area" %}:
+
- {{ case_study.area_of_land }} km²
+ {% endif %}
+
+ {% if case_study.land_ownership %}
+
- {% trans "Land ownership" %}:
+ {% if case_study.land_ownership == 'OTH' %}
+
- {{ case_study.land_ownership_details }}
+ {% else %}
+
- {{ case_study.get_land_ownership_display }}
+ {% endif %}
+ {% endif %}
+
+ {% if case_study.type_of_ecosystem %}
+
- {% trans "Type of ecosystem" %}:
+
- {{ case_study.get_type_of_ecosystem_display }}
+ {% endif %}
+
+ {% if case_study.describe_ecosystem %}
+
- {% trans "Description of ecosystem" %}:
+
- {{ case_study.describe_ecosystem | linebreaks }}
+ {% endif %}
+
+
+
+ {% if case_study.affects_indigenous %}
+
{% trans "Affected groups of indigenous people" %}
+ {{ case_study.affects_indigenous_detail | linebreaks }}
+ {% endif %}
+
+
Project status
+
+
+ {% if case_study.project_status %}
+ - {% trans "Status" %}:
+
- {{ case_study.get_project_status_display }}
+ {% endif %}
+
+ {% if case_study.start_year %}
+
- {% trans "Start year" %}:
+
- {{ case_study.start_year }}
+ {% endif %}
+
+ {% if case_study.completion_year %}
+
- {% trans "Completion year" %}:
+
- {{ case_study.completion_year }}
+ {% endif %}
+
+ {% if case_study.project_owners %}
+
- {% trans "Project and facility owners" %}:
+
- {{ case_study.project_owners }}
+ {% endif %}
+
+ {% if case_study.shareholders %}
+
- {% trans "Shareholders of the project owners" %}:
+
- {{ case_study.shareholders }}
+ {% endif %}
+
+ {% if case_study.financial_institutions %}
+
- {% trans "Financial institutions" %}:
+
- {{ case_study.financial_institutions }}
+ {% endif %}
+
+ {% if case_study.energy_customers %}
+
- {% trans "Energy consumers" %}:
+
- {{ case_study.energy_customers }}
+ {% endif %}
+
+
+
Multimedia
+
+
+
+ {% if case_study.media_coverage_mainstream or case_study.media_coverage_independent or case_study.social_media_links %}
+
+
{% trans "Media coverage" %}
+
+ {% if case_study.media_coverage_mainstream %}
+ {% trans "Mainstream media" %}
+ {{ case_study.media_coverage_mainstream | urlize }}
+ {% endif %}
+
+ {% if case_study.media_coverage_independent %}
+ {% trans "Independent/grassroots media" %}
+ {{ case_study.media_coverage_independent | urlize }}
+ {% endif %}
+
+ {% if case_study.social_media_links %}
+ {% trans "Social media" %}
+ {{ case_study.social_media_links | urlize }}
+ {% endif %}
+
+ {% endif %}
+
+
{% trans "Community Voices" %}
+ {{ case_study.community_voices | linebreaks }}
+
+ {% if case_study.direct_comms %}
+
{% trans "Reports of direct communications" %}
+ {{ case_study.direct_comms | linebreaks }}
+ {% endif %}
+
+