{% extends 'account/account_layout.html' %} {% load i18n %} {% load notifications_tags %} {% load humanize %} {% block account_head_scripts %}{% include 'account/style.html' %}{% endblock %} {% block account_title %}{% notifications_unread %} Notifications |{% endblock %} {% block account_content %}

Notifications

{% if notifications|length > 0 %}
You have {% notifications_unread %} unread notification(s) Mark all as read
{% include 'includes/basic_pagination.html' with items=notifications contents="result(s)" %} {% for i in notifications %} {% endfor %} {% else %}

You have no notifications.

{% endif %}
Port Changes Actions
{{ i.actor }} ({{ i.timestamp|naturaltime }}) {{ i.verb }} {% if i.unread %} Read {% else %} Unread {% endif %} Commits
{% endblock %}