{% extends "base.html" %} {% load i18n %} {% block current_context %} {% endblock %} {% block content %}
{% include "_partials/pagination.html" %} {% for post_alert in object_list %}
{{ post_alert.details }}
{% trans "Delete" %}
{% endfor %} {% include "_partials/pagination.html" %}
{% endblock %}