{% csrf_token %}

État courant du dossier : {{ current_state.status.name.lower }}

depuis le : {{ current_state.date_selected|date:"d/m/Y" }}

{% if current_state.comment %}

{{ current_state.comment }}

{% endif %} {% for state in status %} {% endfor %}

{{ forms.general.confidential.label_tag }} : {{ forms.general.confidential }} {{ forms.general.pause.label_tag }} : {{ forms.general.pause }}
{% if object.service.name == "CMPP" %}

Information sur la prise en charge

  • {{ hc_status.0 }}
  • {% if object.pause %}
  • Le dossier est en pause facturation.
  • {% endif %} {% if missing_policy %}
  • Informations d'assuré social manquantes.
  • {% endif %} {% if missing_birthdate %}
  • Date de naissance manquante.
  • {% endif %}
{% endif %}
{% csrf_token %}