{% extends "base_with_jumbo.html" %} {% load bootstrap3 %} {% load compress %} {% load i18n %} {% load leaflet_tags %} {% load humanize %} {% block stylesheets %} {{ super }} {% leaflet_css %} {% endblock %} {% block content %}

{{ case_study.entry_name }}

{{ case_study.get_sector_of_economy_display }}   {% if case_study.positive_or_negative == "P" %} {{ case_study.get_positive_or_negative_display }}   {% elif case_study.positive_or_negative == "N" %} {{ case_study.get_positive_or_negative_display }}   {% endif %} {{ case_study.get_project_status_display }}   {{ case_study.country.name }}

Case study created {{case_study.date_created | naturaltime}}

{{ case_study.synopsis }}

{% if case_study.image_caption %} {{ case_study.image_caption }}
{% endif %} {% if case_study.image_credit %} {% trans "Credit(s)" %}: {{ case_study.image_credit }} {% endif %}

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/tenure details" %}:
{% if case_study.land_ownership != 'OTH' %} {{ case_study.get_land_ownership_display }} {% endif %} {{ case_study.land_ownership_details | linebreaks }} {% 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.affected_communities %}

{% trans "Affected groups of people" %}

{{ case_study.get_affected_communities_display }} {{ case_study.people_affected_other | linebreaks }} {% endif %}

Project status

{% if case_study.project_status %}
{% trans "Status" %}:
{{ case_study.get_project_status_display }} {% endif %} {% if case_study.start_year %}
{% trans "Construction start year" %}:
{{ case_study.start_year }} {% endif %} {% if case_study.completion_year %}
{% trans "Operation start year" %}:
{{ case_study.completion_year }} {% endif %} {% if case_study.project_owners %}
{% trans "Project and facility owners" %}:
{{ case_study.project_owners }} {% endif %} {% if case_study.consultants_contractors %}
{% trans "Consultants and contractors" %}:
{{ case_study.consultants_contractors }} {% 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.get_financial_institutions_display }} {{ case_study.financial_institutions_other }} {% endif %} {% if case_study.energy_customers %}
{% trans "Energy consumers" %}:
{{ case_study.energy_customers }} {% endif %}

Multimedia

{% if case_study.is_video_youtube %} {% elif case_study.is_video_vimeo %} {% else %} {{ case_study.video }} {% endif %}
{% if case_study.video_caption %} {{ case_study.video_caption }}
{% endif %} {% if case_study.video_credit %} {% trans "Credit(s)" %}: {{ case_study.video_credit }} {% endif %}
{% 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 %}

Technical and economic analysis

{% if case_study.sector_of_economy == 'RN' %}
{% if case_study.generation_type %}
{% trans "What kind of energy is generated?" %}:
{{ case_study.get_generation_type_detail }} {% endif %} {% if case_study.generation_technology %}
{% trans "Generation technology" %}:

{{ case_study.get_generation_technology_display }}

{{ case_study.energy_details }} {% endif %} {% if case_study.generation_technology == 'BIO' %}

{% trans "Bio-energy feedstock" %}:
{{ case_study.biomass_detail }} {% endif %} {% if case_study.total_generation_capacity %}
{% trans "Total generation capacity" %}:
{{ case_study.total_generation_capacity }} kW {% endif %} {% if case_study.generation_equipment_supplier %}
{% trans "Generation equipment supplier" %}:
{{ case_study.generation_equipment_supplier }} {% endif %} {% if case_study.total_investment %}
{% trans "Approximate total investment" %}:
${{ case_study.total_investment | intcomma }} (USD) {% endif %} {% if case_study.additional_technical_details %}
{% trans "Additional technical or economic details" %}:
{{ case_study.additional_technical_details | linebreaks }} {% endif %} {% elif case_study.sector_of_economy == 'PG' or case_study.sector_of_economy == 'ST' %}
{% if case_study.power_technology %}
{% trans "Generation technology" %}:

{{ case_study.power_technology }}

{{ case_study.power_technology_other }} {% endif %} {% if case_study.energy_storage_capacity %}

{% trans "Energy storage capacity" %}:
{{ case_study.energy_storage_capacity }} kWh {% endif %} {% if case_study.energy_transmission_capacity %}
{% trans "Energy transmission capacity" %}:
{{ case_study.energy_transmission_capacity }} kW {% endif %} {% if case_study.generation_equipment_supplier %}
{% trans "Generation equipment supplier" %}:
{{ case_study.generation_equipment_supplier }} {% endif %} {% if case_study.total_investment %}
{% trans "Approximate total investment" %}:
${{ case_study.total_investment | intcomma }} (USD) {% endif %} {% if case_study.additional_technical_details %}
{% trans "Additional technical or economic details" %}:
{{ case_study.additional_technical_details | linebreaks }} {% endif %}
{% elif case_study.sector_of_economy == 'SM' %}
{% if case_study.minerals_or_commodities %}
{% trans "Primary mineral mined" %}:
{% if case_study.minerals_or_commodities != 'OTR' %}

{{ case_study.get_minerals_or_commodities_display }} {% endif %} {{ case_study.minerals_or_commodities_other | linebreaks }} {% endif %} {% if case_study.use_in_energy_economy %}

{% trans "Potential use in renewable energy economy" %}:
{% if case_study.use_in_energy_economy != 'OTR' %} {{ case_study.get_use_in_energy_economy_display }} {% endif %} {% if case_study.use_in_energy_economy_other %} {{ case_study.use_in_energy_economy_other }} {% endif %} {% endif %} {% if case_study.project_life_span %}
{% trans "Project life span" %}:
{{ case_study.project_life_span }} {% endif %} {% if case_study.size_of_concessions %}
{% trans "Size of concessions" %}:
{{ case_study.size_of_concessions }} {% endif %} {% if case_study.projected_production_of_commodities %}
{% trans "Estimated production of key commodities" %}:
{{ case_study.projected_production_of_commodities }} {% endif %} {% if case_study.type_of_extraction %}
{% trans "Type of extraction" %}:
{{ case_study.get_type_of_extraction_display }} {% endif %} {% if case_study.associated_infrastructure %}
{% trans "Type of extraction" %}:
{{ case_study.associated_infrastructure }} {% endif %}
{% elif case_study.sector_of_economy == 'MA' %}
{% if case_study.manufacturing_type %}
{% trans "Manufacturing process" %}:
{{ case_study.get_manufacturing_type_display }} {% endif %} {% if case_study.manufacturing_description %}
{% trans "Description" %}:
{{ case_study.manufacturing_description }} {% endif %} {% if case_study.manufacturing_related_tech %}
{% trans "Related technology" %}:
{% trans "Remarkable factors" %}:
{{ case_study.get_manufacturing_factors_display }} {% endif %} {% if case_study.manufacturing_factors_description %}
{% trans "More info" %}:
{{ case_study.manufacturing_factors_description }} {% endif %} {% if case_study.manufacturing_factors_ownership %}
{% trans "Ownership information" %}:
{{ case_study.manufacturing_factors_ownership }} {% endif %}
{% endif %}

Socio-economic analysis

{% trans "Kind of organising process around this project" %}
{{ case_study.get_positive_or_negative_display }}
{% trans "This is case is about" %}:
    {% if case_study.positive_case_type %} {% for text in case_study.get_positive_case_type_list %}
  • {{ text }} {% endfor %} {% endif %} {% if case_study.negative_case_reasons %} {% for text in case_study.get_negative_case_reasons_list %}
  • {{ text }} {% endfor %} {% endif %}
{% if case_study.socioeconomic_benefits %}
{% trans "Socio-economic impacts" %}
{{ case_study.socioeconomic_benefits }} {% endif %} {% if case_study.isolated_or_widespread %}
{% trans "Is the project part of developments which are causing a cumulative effect?" %}
{{ case_study.isolated_or_widespread }} {% endif %} {% if case_study.key_actors_involved %}
{% trans "Key actors involved" %}:
{{ case_study.key_actors_involved }} {% endif %} {% if case_study.project_status_detail %}
{% trans "Current status of the case" %}:
{{ case_study.project_status_detail }} {% endif %} {% if case_study.obstacles_and_hindrances %}
{% trans "Current status of the organizing process around this case" %}:
{{ case_study.obstacles_and_hindrances }} {% endif %} {% if case_study.negative_socioenvironmental_impacts %}
{% trans "Socio-environmental impacts" %}:
{{ case_study.negative_socioenvironmental_impacts }} {% endif %} {% if case_study.when_did_organising_start %}
{% trans "Local organising efforts began" %}:
{{ case_study.when_did_organising_start }} {% endif %} {% if case_study.who_has_been_involved %}
{% trans "Communities, groups and organisations involved" %}:
{{ case_study.who_has_been_involved }} {% endif %} {% if case_study.participation_mechanisms %}
{% trans "Mechanisms of participation" %}:
{{ case_study.participation_mechanisms }} {% endif %} {% if case_study.identified_partnerships %}
{% trans "Identified partnerships" %}:
{{ case_study.identified_partnerships }} {% endif %}

Related documents

{% if case_study.official_project_documents %}

Official documents: {{ case_study.official_project_documents.url }} {% endif %} {% if case_study.other_documents %}

Other documents: {{ case_study.other_documents.url }} {% endif %}

Location / GIS data

{% leaflet_map "case_location" callback="window.map_init" %} {% if case_study.shapefiles %}

Shapefiles: {{ case_study.shapefiles.url }} {% endif %} {% if case_study.coordinate_reference_system %}

Coordinate reference system: {{ coordinate_reference_system }} {% endif %} {% if case_study.name_of_territory_or_area %}

Name of territory or area: {{ case_study.name_of_territory_or_area }} {% endif %}

{% endblock %} {% block scripts %} {% leaflet_js %} {% endblock %}