{% extends "base.html" %} {% load i18n %} {% block content %} {{ block.super }}

{% trans "Dismiss Announcement" %} {{ product }}

{% trans "Dismissing the announcement will remove the current announcement from your view" %}

{% trans "Danger Zone" %}

{% csrf_token %} {{ form }}


{% endblock %}