{% include 'header.html' %}

Add users to groups

Add users to participate on your projects
This way you can share projects with your colleagues.

Make new group

Create a group and add users to participate on your projects
You first enter a name for the group and than you select the users you want to participate in that group.

{% if summary -%}

Function summary

{% if "delete" in session['permissions'] -%} {% endif -%} {% endif -%} {% set counter = 0 -%} {% for entry in summary -%} {% set counter = counter + 1 %} {% endfor %}
Username Group Date/TimeRemove
{{entry.username|safe}} {{entry.groupName|safe}} {{entry.timestamp|safe}} {% if "delete" in session['permissions'] -%} {% endif -%}
{% include 'footer.html' %}