{% extends "page.html" %} {% load i18n thumbnail remote %} {% block meta_title %}Fiche Projet : {{ item }}{% endblock %} {% block stylesheet %} {{ block.super }} {% endblock stylesheet %} {% block javascript %} {{ block.super }} {% endblock javascript %} {% block article %}

Fiche Projet : {{ item }}

Porteur du projet

{{ item.organization }} ({{ item.organization.get_statut_display }})
{% if item.support.all %}

Partenaires

{% endif %}

Description

{{ item.description|safe }}

Objectifs pédagogiques

{{ item.ead_objectifs|safe }}

Renseignements complémentaires

{% if item.person or item.remote_person_label %}
Auteur
{% local_or_remote uri article person as author_uri %} {% local_or_remote label article person as author_label %}
{% if author_uri %}{% endif %} {{ author_label }} {% if author_uri %}{% endif %}
{% endif %} {% if item.organization or item.remote_organization_label %}
Structure
{% local_or_remote uri item organization as org_uri %} {% local_or_remote label item organization as org_label %}
{% if org_uri %}{% endif %} {{ org_label }} {% if org_uri %}{% endif %}
{% endif %}
Déroulement
Du {{ item.start|date:"d F o"}} au {{ item.end|date:"d F o"}}
{% if item.zone %}
Zone géographique
{{ item.zone.label }}
{% endif %} {% if item.budget %}
Budget
{{ item.budget }} €
{% endif %} {% if item.status %}
Statut
{{ item.get_status_display }}
{% endif %} {% if item.ead_disciplines.all %}
Discipline associée
{% for d in item.ead_disciplines.all %} {{ d }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}
Eleves
{{item.ead_nb_eleves}} élèves en {% for d in item.ead_niveaux.all %} {{ d }}{% if forloop.last %}.{% else %}, {% endif %} {% endfor %}
Personnel enseignant
{{item.ead_nb_profs}} personnes.
{% if item.tags.all %}
Mots-clés
{% for tag in item.tags.all %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}
{% endblock article %}