{% if json.data %} {% for user in json.data|dictsort:"id" %}
  • {{ user.text }}
  • {% endfor %} {% endif %}