{% extends "public/content.html" %} {% load staticfiles %} {% block headtitle %}My {{ settings.WEBSITE_CODE }}{% endblock %} {% block footer_script %} {% endblock %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="timeline" %} {% endblock %} {% block title %}
Home
My {{ settings.WEBSITE_CODE }}
My {{ settings.WEBSITE_CODE }}
{% endblock %} {% block content %}
All Activity
{% csrf_token %}
Filter:
All
General Notifications
{% comment %}
Meeting Notifications
Voting Notifications
{% endcomment %}
Member Notifications
Account Notifications
Certificate Notifications
{% if user_activity %} {% for item in user_activity %}
{{ item.title }}
{% if not item.read %}
Mark Read
|
{% endif %}
Remove Item
{{ item.created|date:"H:i d/m/Y"}}
{{ item.text|safe }}
{% endfor %} {% endif %}
{% endblock %}