<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-name="project.ProjectFormView" t-inherit="resource.FormViewWithHtmlExpander" t-inherit-mode="primary">
        <button class="btn btn-outline-primary o_form_button_create" position="replace">
            <ProjectTemplateDropdown t-if="canCreate"
                onCreate="() => this.create()"
                newButtonClasses="'btn btn-outline-primary o_form_button_create'"
                context="props.context"
            />
        </button>
    </t>
</templates>
