2021-08-28 21:23:25 +01:00
|
|
|
<div class="panel panel-left">
|
2021-09-07 15:59:19 +01:00
|
|
|
<input type="checkbox" id="panel-left-toggle" aria-hidden="true" tabindex="-1">
|
|
|
|
<label id="panel-left-icon" for="panel-left-toggle" aria-hidden="true" tabindex="-1">{{ icon('menu', 'icon icon-left') | raw }}</label>
|
2021-07-23 19:28:11 +01:00
|
|
|
|
2021-09-07 15:59:19 +01:00
|
|
|
<a id="anchor-left-panel" class="anchor-hidden" title="{{ 'Press tab to access selected region!' | trans }}"></a>
|
2021-09-08 17:27:28 +01:00
|
|
|
<aside class="panel-content accessibility-target">
|
2021-08-30 21:01:32 +01:00
|
|
|
{% if app.user %}
|
2021-09-16 16:27:28 +01:00
|
|
|
<section class='section-widget section-widget-padded' title="{{ 'Your profile information.' | trans }}">
|
2021-09-22 14:10:36 +01:00
|
|
|
{% block profile_view %}{% include 'cards/profile/view.html.twig' with { actor: current_actor } %}{% endblock profile_view %}
|
2021-09-23 14:46:04 +01:00
|
|
|
{{ block("profile_current_actor", "cards/navigation/view.html.twig") }}
|
2021-09-16 16:27:28 +01:00
|
|
|
{% else %}
|
2021-09-23 14:46:04 +01:00
|
|
|
{{ block("profile_security", "cards/navigation/view.html.twig") }}
|
2021-09-16 16:27:28 +01:00
|
|
|
{% endif %}
|
|
|
|
</section>
|
2021-07-24 18:16:27 +01:00
|
|
|
|
2021-09-23 14:46:04 +01:00
|
|
|
{{ block("timeline", "cards/navigation/view.html.twig") }}
|
2021-09-07 15:59:19 +01:00
|
|
|
|
2021-09-23 14:46:04 +01:00
|
|
|
{{ block("footer", "cards/navigation/view.html.twig") }}
|
2021-08-28 21:23:25 +01:00
|
|
|
</aside>
|
|
|
|
</div>
|