{% extends "ui/templates/base/layout.html" %} {% set f = form if form else {} %} {% block content %}

{{ title }}

Create or update a domain mapping. Runtime resolver will use this table in Phase 7T.2.

{% if errors %}
Please fix the following:
{% endif %}
{% set primary_checked = f.is_primary if f.is_primary is defined else (mapping.is_primary if mapping else False) %} {% set verified_checked = f.is_verified if f.is_verified is defined else (mapping.is_verified if mapping else False) %}
Cancel
{% endblock %}