{% extends "pobsync_backend/base.html" %} {% block title %}{{ title }} | pobsync{% endblock %} {% block content %} Reports {{ title }} Choose which completed backup statuses should trigger an email or webhook report. Back to notifications {% if target %}Edit Target{% else %}Create Target{% endif %} {% csrf_token %} {{ form.non_field_errors }} {% for field in form %} {{ field.errors }} {{ field.label }} {{ field }} {% if field.help_text %}{{ field.help_text }}{% endif %} {% endfor %} {{ submit_label }} Cancel {% endblock %}