{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}Stream - {{ config.NAME }}{% endblock %} {% block content %}
{% if item.ref %} {{ utils.display_note(item.ref, ui=True) }} {% endif %} {% endif %} {% if item.type == 'Follow' %}
{{ item.activity.actor }} followed you
{% elif item.type == 'Accept' %}you followed {{ item.activity.actor }}
{% elif item.type == 'Undo' %}{{ item.activity.actor }} unfollowed you
{% else %} {% endif %} {% endif %} {% endfor %}