{% extends 'generic/_base.html' %} {% block title %}Regenerate {{ binding }}{% endblock %} {% block content %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}

Regenerate Template Binding

Regenerate {{ binding }} against the current profile inventory and run the standard reconciliation workflow for this single binding.

Template
{{ binding.template }}
Intent Profile
{{ binding.intent_profile }}
Binding State
{{ binding.state }}
{% endblock %}