{% extends 'base.html' %} {% block content %}

Account Center

Your profile

{{ user.username }} · {{ user.account_type }} · created {{ user.created_at }}

Recent notifications

    {% for notification in notifications %}
  • {{ notification.title }}
    {{ notification.notification_type }} · {{ notification.created_at }}{% if not notification.is_read %} · unread{% endif %} {% if notification.body %}
    {{ notification.body }}
    {% endif %} {% if notification.link %}Open{% endif %}
  • {% else %}
  • No notifications yet.
  • {% endfor %}
{% endblock %}