{% extends 'dashboard/layout.html' %} {% load i18n %} {% block body_class %}users{% endblock %} {% block title %} {% blocktrans with id=alert.id %}Update alert #{{ id }}{% endblocktrans %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% blocktrans with id=alert.id %}Product alert #{{ id }}{% endblocktrans %} {% endblock %} {% block dashboard_content %} {% include 'dashboard/users/alerts/partials/alert.html' %}

{% trans "Change status" %}

{% csrf_token %} {% include 'partials/form_fields.html' %}
{% trans "or" %} {% trans "cancel" %}
{% endblock dashboard_content %}