{% extends "base.html" %} {% load static %} {% block title %}Global Activity Feed{% endblock %} {% block description %} Stay updated with the latest activities on the OWASP Bug Logging Tool. View new, updated, and approved actions, and interact with them directly. {% endblock %} {% block keywords %} activity feed, global activity, OWASP, Bug Logging Tool, updates, approval, user interactions {% endblock %} {% block og_title %}Global Activity Feed for OWASP Bug Logging Tool{% endblock %} {% block og_description %} Browse the global activity feed for the OWASP Bug Logging Tool, where you can see the latest activities, updates, and approved contributions. {% endblock %} {% block content %} {% include "includes/sidenav.html" %}

Global Activity Feed

{% if is_paginated %}
{% if page_obj.has_previous %} First Previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %} Next Last {% endif %}
{% endif %} {% endblock %}