{% extends "base.html" %} {% load crispy_forms_tags i18n permissions translations %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
{% csrf_token %}

{% documentation_icon 'admin/announcements' right=True %} {% translate "Post announcement" %}

{{ announce_form|crispy }}

{% translate "Django admin interface" %}

{% translate "The Django admin interface might be useful to perform certain management operations." %}

{% csrf_token %}

{% translate "Send test e-mail" %}

{{ email_form|crispy }}
{% if has_sentry %}
{% csrf_token %}

{# Translators: Integration with Sentry service #} {% translate "Test Sentry integration" %}

{% translate "Generate a test event to test Sentry integration." %}

{% endif %} {% endblock content %}