{% extends "base.html" %} {% block body_class %}activity-page{% endblock %} {% block content %}

Termroom

{{ t('activity.heading') }}

{{ t('activity.copy') }}

{% if unread_count %}
{% endif %}
{% if unavailable %}

{{ t('activity.target_unavailable_copy') }}

{% endif %} {% if events %}
{% for event in events %}
{{ event.title }} {% if event.unread %}{{ t('activity.new') }}{% endif %} {{ event.summary }} {{ event.occurred_label }} {% if event.subject_exists %}
{% if event.terminal_url %}
{% endif %} {% else %} {{ t('activity.target_unavailable') }} {% endif %} {% if event.unread %}
{% endif %}
{% endfor %}
{% else %}
{{ t('activity.empty') }}

{{ t('activity.empty_copy') }}

{% endif %} {% endblock %}