<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-inherit="project.ProjectTaskControlPanel" t-inherit-mode="extension">
        <xpath expr="//div[hasclass('o_control_panel_main_buttons')]" position="before">
            <t t-call="project.ProjectSharingControlPanelNavigationButton" />
        </xpath>
    </t>

    <t t-inherit="web.ControlPanel" t-inherit-mode="extension">
        <xpath expr="//div[hasclass('o_control_panel_main_buttons')]" position="before">
            <t t-call="project.ProjectSharingControlPanelNavigationButton" />
        </xpath>
    </t>

    <t t-name="project.ProjectSharingControlPanelNavigationButton">
        <a class="btn btn-link" href="/my/projects" title="Go back to 'My Projects'"><i class="fa fa-arrow-left"/></a>
    </t>

</templates>
