{% extends "base.html" %} {% load form_helpers %} {% load helpers %} {% load static %} {% block extra_styles %} {% endblock extra_styles %} {% block content %}
{% block title %}Generate Intended Configuration{% endblock title %}

This tool is intended for template developers. Production configuration generation should be initiated from the Config Overview page.

This will render the configuration for the selected device using Jinja templates from the golden config jinja_repository Git repository for that device. This feature allows developers to test their configuration templates without running a full "intended configuration" job. See the developing intended configuration templates documentation for more information.

Note: This will perform a git pull on the golden config Jinja template repository to ensure the latest templates are used.

{% render_field form.device %} {% render_field form.git_repository %}
Cancel
Intended Configuration
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}