Username | Billing groups | |
---|---|---|
{{ user.username }} | {{ user.email }} | {% for group in user.billing_groups.all %} {{ group.name }} {% endfor %} |
{% extends 'base.html' %} {% block content %}
Username | Billing groups | |
---|---|---|
{{ user.username }} | {{ user.email }} | {% for group in user.billing_groups.all %} {{ group.name }} {% endfor %} |