Admin Panel

{{ user_count }}

Total Users

{{ tweet_count }}

Total Tweets

{{ group_count }}

Total Groups

Users

{% for user in users %} {% endfor %}
Username Email Joined Actions
{{ user.username }} {{ user.email }} {{ user.created_at }}

Tweets

{% for tweet in tweets %} {% endfor %}
Content User Created At Actions
{{ tweet.content }} {{ tweet.username }} {{ tweet.created_at }}

Groups

{% for group in groups %} {% endfor %}
Name Description Members Created At Actions
{{ group.name }} {{ group.description }} {{ group.member_count }} {{ group.created_at }}