{% if json.data %}
  • Liste des dossiers liĆ©s
  • {% for user in json.data|dictsort:"id" %}
  • {{ user.text }}
  • {% endfor %} {% endif %}