{% extends "auth/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block page_content %}
This section gives information on which user and group owns the project. Only dashboard admin and group managers can manage edit group members and access. This must be done in the admin section of the dashboard.
Project ID | {{ project.id }} |
Project Name | {{ project.name }} |
Project Owner | {{ project.owner.username }} |
Project Group | {{ project.group.name }} |