{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block content %}
Filter by {% for ap_type in ["Note", "Like", "Announce", "Follow"] %} {% if request.query_params.filter_by == ap_type %} {{ ap_type }} {% else %} {{ ap_type }} {% endif %} {% endfor %}. {% if request.query_params.filter_by %}Reset filter{% endif %}
{% for outbox_object in outbox %} {% if outbox_object.ap_type == "Announce" %}