{% load static %} {% load i18n %}
{% if project.id %}

{% trans "Editing" %} {{project.name}}

{% else %}

{% trans "New" context "fem" %} {% trans "project" %}

{% endif %} {% if not project.id %}
{% trans "Thank you for sharing your citizen science project on the EU-Citizen.Science platform. Please fill in all of the mandatory information in the fields below (indicated with an asterisk*), and as much of the non-mandatory information as possible." %}
{% trans "Citizen science embraces a wide range of project types that can be adapted and applied within diverse situations and disciplines, represent a range of approaches and historical practices for public participation in scientific research, and involve participants in a range of activities across the research lifecycle. For guidance on whether your project can be considered to be citizen science," %}
{% trans "In the form below, along with other descriptive information, we require that you describe the citizen science aspects of your project and the type of task(s) that participants undertake." %}
{% trans "Upon saving this profile, your project will be submitted for moderation." %} {% trans "Use Guide" %}.
{% endif %}