{% load i18n static alert_fields %}
{% block title %}{{ title|default:"Index" }}{% endblock %} - {% trans "Alerts" %}
{% if rss %}
{% endif %} {% block "css" %}
{% endblock %} {% block "js" %} {% endblock %} {{ form.media }} {% block "container" %} {% block "wrapper" %}
{% endblock "wrapper" %} {% block "header" %}
Notifications
Be Alert
{% block "search-block" %}
{% block "search" %}{% endblock %}
{% endblock "search-block" %} {% block "user-menu" %}
{% if not request.user.is_authenticated %}
{% trans "Register" %}
{% trans "Log in" %}
{% else %}
{% trans "My account" %}
{% trans "Log out" %}
{% if request.user.is_staff %}
{% endif %} {% if rss %}
{% endif %} {% endif %}
{% endblock %} {% block "alertheader" %}{% endblock %}
{% endblock "header" %}
{% block "supercontent" %}
{% block "page-header" %}
{% block "tools" %} {% if is_paginated %} {% with request.GET|querydict_pop:"page" as get %}
{{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }}
{% if page_obj.has_previous %}
{% else %}
{% endif %}
{% if page_obj.has_next %}
{% else %}
{% endif %}
{% endwith %} {% endif %} {% endblock %}
{% endblock %}
{% block "content" %} {% endblock %}
{% endblock %}
{# end .alert-content #} {% block "aside" %} {% endblock %}
{# end .container #} {% endblock %}