2019-05-20 15:21:33 +01:00
|
|
|
<Layout::MasterNavigation />
|
|
|
|
<Layout::MasterToolbar />
|
2017-11-28 10:06:39 +00:00
|
|
|
|
2019-05-20 15:21:33 +01:00
|
|
|
<Layout::Grid::Container>
|
|
|
|
<Layout::Grid::Sidebar>
|
|
|
|
<div class="sidebar-content">
|
|
|
|
<div class="section">
|
2022-03-04 13:28:36 -05:00
|
|
|
<div class="title">{{localize 'profile'}}</div>
|
|
|
|
<div class="text">{{localize 'profile_explain'}}</div>
|
2019-05-20 15:21:33 +01:00
|
|
|
<div class="text">
|
2022-03-04 13:28:36 -05:00
|
|
|
{{localize 'product_feedback'}} <a href="mailto:support@documize.com">{{localize 'get_in_touch'}}</a>
|
2019-05-20 15:21:33 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Layout::Grid::Sidebar>
|
|
|
|
<Layout::Grid::Content>
|
|
|
|
{{layout/logo-heading
|
|
|
|
title=session.user.fullname
|
2022-03-04 13:28:36 -05:00
|
|
|
desc=(localize 'profile_explain')
|
2019-05-20 15:21:33 +01:00
|
|
|
icon=constants.Icon.Person}}
|
2017-11-28 11:32:14 +00:00
|
|
|
|
2019-05-20 15:21:33 +01:00
|
|
|
{{user/user-profile model=model save=(action "save")}}
|
|
|
|
</Layout::Grid::Content>
|
|
|
|
</Layout::Grid::Container>
|