{% load i18n %}
{% for user in users_list %} {{ user.profile.get_screen_name }} {% for conversation in conversations %} {% if conversation.user.username == user.username %} {% if conversation.unread > 0 %} {{ conversation.unread }} {% endif %} {% endif %} {% endfor %} {% endfor %}