{% extends 'core/base.html' %} {% block title %}{{ title }} - {{ org.name }} | Killian{% endblock %} {% block content %}

{{ title }}

{{ subtitle }}

Back
{% csrf_token %} {% if item %}{% endif %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}

Email

{{ form.email_type }}{{ form.email_type.errors }}{% if form.email_type.help_text %}{{ form.email_type.help_text }}{% endif %}
{{ form.service_location }}{{ form.service_location.errors }}{% if form.service_location.help_text %}{{ form.service_location.help_text }}{% endif %}
{{ form.domains }}{{ form.domains.errors }}{% if form.domains.help_text %}{{ form.domains.help_text }}{% endif %}
{{ form.email_servers }}{{ form.email_servers.errors }}{% if form.email_servers.help_text %}{{ form.email_servers.help_text }}{% endif %}
{{ form.inbound_delivery }}{{ form.inbound_delivery.errors }}{% if form.inbound_delivery.help_text %}{{ form.inbound_delivery.help_text }}{% endif %}
{{ form.inbound_delivery_management_url }}{{ form.inbound_delivery_management_url.errors }}{% if form.inbound_delivery_management_url.help_text %}{{ form.inbound_delivery_management_url.help_text }}{% endif %}
{{ form.webmail_url }}{{ form.webmail_url.errors }}{% if form.webmail_url.help_text %}{{ form.webmail_url.help_text }}{% endif %}

Advanced

{% include 'core/_boolean_toggle.html' with field=form.spf_enabled %}{{ form.spf_enabled.errors }}
{% include 'core/_boolean_toggle.html' with field=form.dkim_enabled %}{{ form.dkim_enabled.errors }}
{{ form.spf_record }}{{ form.spf_record.errors }}{% if form.spf_record.help_text %}{{ form.spf_record.help_text }}{% endif %}
{{ form.maximum_attachment_size_mb }}{{ form.maximum_attachment_size_mb.errors }}{% if form.maximum_attachment_size_mb.help_text %}{{ form.maximum_attachment_size_mb.help_text }}{% endif %}
{{ form.spam_score_thresholds }}{{ form.spam_score_thresholds.errors }}{% if form.spam_score_thresholds.help_text %}{{ form.spam_score_thresholds.help_text }}{% endif %}
Cancel
{% endblock %}