{% extends "base.html" %} {% block title %}{{ _('Admin') }}{% endblock %} {% block content %}
| {{ _('User') }} | {{ _('Email') }} | {{ _('Admin') }} | {{ _('Owner') }} | {{ _('Profile Pic') }} | {{ _('Actions') }} |
|---|---|---|---|---|---|
| {% if user.profile_pic and user.profile_pic != 'default.png' %} |
{{ user.email }} | {% if user.is_admin %}{% endif %} | {% if user.is_owner %}{% endif %} |
{% if user.profile_pic and user.profile_pic != 'default.png' %}
|
{% if not user.is_admin %} {% elif not user.is_owner %} {% endif %} {% if not user.is_owner %} {% endif %} |
| {{ _('User') }} | {{ _('Content') }} | {{ _('Visibility') }} | {{ _('Created') }} | {{ _('Actions') }} |
|---|---|---|---|---|
|
{% if post.user.profile_pic and post.user.profile_pic != 'default.png' %}
|
{{ post.content|truncate(50) }} | {% if post.visibility == 'public' %} {{ _('Public') }} {% else %} {{ _('Friends') }} {% endif %} | {{ post.created_at.strftime('%Y-%m-%d %H:%M') }} |
| {{ _('User 1') }} | {{ _('User 2') }} | {{ _('Status') }} |
|---|---|---|
|
{% if f.requester.profile_pic and f.requester.profile_pic != 'default.png' %}
|
{% if f.receiver.profile_pic and f.receiver.profile_pic != 'default.png' %}
|
{% if f.status == 'accepted' %} {{ _('Accepted') }} {% elif f.status == 'pending' %} {{ _('Pending') }} {% else %} {{ _('Rejected') }} {% endif %} |
| {{ _('User') }} | {{ _('Post') }} | {{ _('Content') }} | {{ _('Created') }} | {{ _('Actions') }} |
|---|---|---|---|---|
|
{% if comment.user.profile_pic and comment.user.profile_pic != 'default.png' %}
|
{{ comment.post.id }} | {{ comment.content|truncate(50) }} | {{ comment.created_at.strftime('%Y-%m-%d %H:%M') }} |
| {{ _('User') }} | {{ _('Message') }} | {{ _('Created') }} |
|---|---|---|
| {{ notif.user_id }} | {{ notif.message }} | {{ notif.created_at.strftime('%Y-%m-%d %H:%M') }} |
| {{ event.timestamp.strftime('%Y-%m-%d %H:%M') }} | {{ event.message }} |
| {{ _('User') }} | {{ _('Item') }} |
|---|---|
|
{% if usi.user.profile_pic and usi.user.profile_pic != 'default.png' %}
|
{{ usi.item.name }} |
| {{ _('User') }} | {{ _('Points') }} | {{ _('Actions') }} |
|---|---|---|
|
{% if user.profile_pic and user.profile_pic != 'default.png' %}
|
{{ user.reward_points() }} |