diff --git a/pagure/templates/user_info.html b/pagure/templates/user_info.html index 61ed74a..84192ea 100644 --- a/pagure/templates/user_info.html +++ b/pagure/templates/user_info.html @@ -33,6 +33,29 @@ {{ render_repos( forks, total_page_forks, forkpage, 'Forks', forks_length, 'forks') }} + + + Groups ({{ user.groups | length }}) + + {% for group in user.groups %} + {% if loop.index == 1 %} + + {% endif %} + + {{ group }} + + {% if loop.last %} + + {% elif loop.index is divisibleby(3) or loop.last %} + + + {% endif %} + {% else %} + No group found + {% endfor %} + {% endblock %} {% block jscripts %}
No group found