{% if group %}
  • Feedme:{{ group }}
  • {{ user.username }}: {{ user.balance.get_balance_string }}
  • {% endif %} {% for group in feedme_groups %}
  • {{ group }}
  • {% if is_admin %}
  • {% endif %} {% endfor %} {% if not user.is_authenticated %}
  • {% csrf_token %}
  • {% endif %}