{% extends 'profiles_v2/profile_base.html' %} {% load i18n %} {% load static %} {% load profiles_filters %} {% load to_class_name %} {% load leaflet_tags %} {% block scripts %} {{ block.super }} {% comment %} See https://developers.facebook.com/docs/plugins/like-button# for code below {% endcomment %}
{% leaflet_js %} {% endblock %} {% block style %} {{ block.super }} {% leaflet_css %} {% endblock %} {% block profile_content %} {% block banner %}
{% if organisation_profile.logo %} {% endif %}

{{ organisation.name }}

{% endblock banner %} {% block profile_tabs %} {% endblock %}
{% block organisation_descr %}

{% trans 'About' %}

{% endblock organisation_descr %} {% block profile_body %} {% endblock %}
{% block active_locations %} {% if donor_locations_allowed %}
{% blocktrans asvar helpcontent_map %}The map below shows where the {{activity_plural_lower}} for this organisation are currently implemented.{% endblocktrans %}

{% trans 'Locations' %}

{% endif %} {% endblock %} {% block organisation_finances %} {% if financial_data_exists %}

{% trans 'Financials' %}

{% endif %} {% endblock %} {% block organisation_activities %} {% if activity_count > 0 %}
{% endif %} {% endblock %} {% block organisation_resources %} {% if resources_in_profile %}
{% endif %} {% endblock %} {% block organisation_people %} {% endblock %}
{% block stores %} {{ people|json_script:"people-data" }} {% endblock stores %} {% endblock profile_content%} {% block local_scripts %} {% if resources_in_profile %} {% endif %} {% if financial_data_exists %} {% else %} {% endif %} {{ background_translations|json_script:"background_translations-data" }} {% if financial_data_exists %} {% else %} {% endif %} {% endblock local_scripts %}