{% extends "base.html" %}{% comment %}{% endcomment %} {% block content %}

News posted by {{user.first_name}}

{% for row in items_by_schema %}

{{ row.items|length }} {{ row.schema.name }}{{ row.items|length|pluralize }}

{% if row.items %} {% else %}

{% if is_viewing_self %} You have {% else %}{{user.first_name}} has {% endif %} not posted any {{ schema.plural_name }}.

{% endif %} {% endfor %} {% if is_viewing_self %}

Create a new message or event.

{% endif %} {% endblock %}