{% for habit_list in habit_lists %}
{{ habit_list.description }}
{% if habit_list.get_users()[0].id == current_user.id %}
{% if habit_list.get_users()|length > 1 %}
{% for user in habit_list.get_users() %}
{% if current_user.id != user.id %}

{% endif %}
{% endfor %}
{% endif %}
{% if habit_list.get_users()|length > 1 %}
{% endif %}
{% else %}
{% for user in habit_list.get_users() %}
{% if current_user.id != user.id %}

{% endif %}
{% endfor %}
{% endif %}
Gewohnheit erstellen
{% endfor %}