{% extends "notifications/_base.html" %} {% block title %} Daily summary of activities in your communities {% endblock %} {% block body %} {% for digest in digests %}
{{ doc }}
Posted by {{ doc.creator }}.
{{ thread }}
Posted by {{ thread.creator }}.
{{ thread }}
by {{ info['actors']|join(', ')}}
{{ page }}
Posted by {{ page.creator }}.
{{ page }}
by {% for actor, changes in actors.items() %}{{ actor}}{%if changes > 1%}(x{{changes}}){% endif %}{% if not loop.last %}, {% endif %}{% endfor %}.