{% macro schedule_migration_gui(schedule_form, install_action, install_job, edit_field) %}
{{ edit_field(schedule_form.custom_command_profile, field_width="col-sm-6", class="form-control") }}
{% if install_job != null and (install_job.install_action == 'Migrate' or install_job.install_action == 'Post-Migrate') %}
{% endmacro %} {% macro schedule_migration_wizard(schedule_form, select_region_hosts, install_job, edit_field) %} {% endmacro %}