{% 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' %}