{% extends 'activity_profile/profile_base.html' %} {% load i18n %} {% load static %} {% load leaflet_tags %} {% load profiles_filters %} {% load ifsetting %} {% block scripts %} {{ block.super }} {% ifsetting USE_SIMPLE_LOCATIONS %}{% else %} {% endifsetting %} {% leaflet_js %} {% endblock %} {% block style %} {{ block.super }} {% leaflet_css %} {% endblock %} {% block profile_content %}
{% block profile_tabs %}
{% endblock %}
{% block about %} {% endblock %} {% block location %} {% if activity.location_set.count %}

{% trans 'Locations' %}

{% ifsetting ACTIVITY_PROFILE_SHOW_LOCATIONS_AS_TEXT %} {% endifsetting %} {% if not hide_map %} {% ifsetting USE_SIMPLE_LOCATIONS %} {% endifsetting %} {% endif %}
{% endif %} {% endblock %} {% block activity_financials %} {% if financial_data_exists %} {% endif %} {% endblock %} {% block activity_tags %} {% endblock %} {% block contacts %} {% endblock %} {% block documents %} {% endblock %}
{% endblock profile_content %} {% block local_scripts %} {% if not hide_map %} {% ifsetting USE_SIMPLE_LOCATIONS %} {% endifsetting %} {% endif %} {% if financial_data_exists %} {% endif %} {% block riot_tags_extra %} {% endblock %} {% if financial_data_exists %} {% endif %} {% endblock %}