{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block content %} {% if show_filters %} {{ utils.display_box_filters("admin_inbox") }} {% endif %} {% macro actor_action(inbox_object, text) %}
Implement {{ inbox_object.ap_type }} {{ inbox_object.ap_object }}
{% endif %} {% endfor %} {% if next_cursor %} {% endif %} {% endblock %}