- Starred Reviews
- Outgoing Reviews
- Incoming Reviews
- All
- To Me
{% for group in user.review_groups.all %}
- {{group}}
{% endfor %}
{% ifnotequal user.get_profile.starred_groups.count 0 %}
- Watched Groups
{% for group in user.get_profile.starred_groups.all %}
- {{group}}
{% endfor %}
{% endifnotequal %}