{% extends "base.html" %} {% load project_tags %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% load leaflet_tags %} {% load reviews %} {% load eucs_platform_translate %} {% block head %} {{block.super }} {{ form.media.css }} {{ form.media.js }} {% leaflet_js %} {% leaflet_css %} {% endblock head %} {% block title %}{{ block.super }} :: {{project.name}}{% endblock %} {% block list_of_items %} {% if project.image3 %}
{{translation.translatedDescription | safe}}
{% if project.howToParticipate %}{{translation.translatedHowToParticipate | safe}}
{% endif %} {% if project.equipment %}{{translation.translatedEquipment |safe}}
{% endif %} {% endif %} {% endfor %} {% else %} {% if LANGUAGE_CODE != 'pt' %} {% trans "This project profile is not available in your selected language." %} {% trans "Please help the community by translating it." %} {% endif %}{{project.description | safe}}
{% if project.howToParticipate %}{{project.howToParticipate | safe}}
{% endif %} {% if project.equipment %}{{project.equipment |safe}}
{% endif %} {% endif %}