{% extends "layout.html" %} {% block content %}
Attribute | værdi |
---|---|
cpr_num | {{ current_user.cpr_num }} |
first_name | {{ current_user.first_name }} |
last_name | {{ current_user.last_name }} |
role | {{ current_user.role }} |
Grupper
group_id | name | mandatory |
---|---|---|
{{ group.group_id }} | {{ group.name }} | {{ group.mandatory }} |
Tråde
thread_id | title | group_id |
---|---|---|
{{ thread.thread_id }} | {{ thread.title }} | {{ thread.group_id }} |