{{ project.status | trans | upper }}

{{ project.acronym }}

  • Date de début

    {{ project.startDate | date('d') }} {{ project.startDate | date('M') | trans }} {{ project.startDate | date('Y') }}

  • Date de fin

    {{ project.endDate | date('d') }} {{ project.endDate | date('M') | trans }} {{ project.endDate | date('Y') }}

  • Budget

    {{ project.totalBudget| format_currency(project.currency ?? 'CFA', {fraction_digit: 0}) }}

  • Département

    {{ project.department ? project.department.abbreviation : project.organization.abbreviation }}

  • Responsables

  • {% if project.responsible is not null %} {% endif %}
  • Chargé de suivi

  • {% if project.monitor is not null %} {% endif %}
  • {% if project.status != constant('App\\Domain\\Registry\\StatusRegistry::PROJECT_STATUS_DRAFT') %}

    Progression

    {{ project.progress }}/100

    Activités

    {{ 33 }}

    Problèmes

    {{ 324 }}
    {{ project.totalBudget }},{{ project.getTotalCommittedBudget }},{{ project.totalDisbursedBudget}}
    Budget Alloué
    {% if project.totalBudget > 0 %} Engagement ({{ (project.getTotalCommittedBudget/project.totalBudget*100)|round(1, 'floor') }} %) {% endif %}
    {% if project.totalBudget > 0 %} Décaissement ({{ (project.totalDisbursedBudget/project.totalBudget*100)|round(1, 'floor') }} %) {% endif %}
    {% endif %} {% include "partials/_wishlist_btn.html.twig" with {wishlist : project.isWishlist, type: 'project', acronym: project.acronym } %}