| 
									
										
										
										
											2021-12-01 20:13:24 +00:00
										 |  |  | {% block leftpanel %}
 | 
					
						
							|  |  |  |     <label class="panel-left-icon" for="panel-left-toggle" aria-hidden="true"
 | 
					
						
							|  |  |  |            tabindex="-1">{{ icon('menu', 'icon icon-left') | raw }}</label>
 | 
					
						
							|  |  |  |     <input type="checkbox" id="panel-left-toggle" aria-hidden="true" tabindex="-1">
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-02 22:44:58 +00:00
										 |  |  |     <section class="header-panel section-panel-left">
 | 
					
						
							| 
									
										
										
										
											2021-12-02 15:49:09 +00:00
										 |  |  |         <a id="anchor-left-panel" class="anchor-hidden" title="{{ 'Press tab to access selected region!' | trans }}"></a>
 | 
					
						
							| 
									
										
										
										
											2021-12-02 22:44:58 +00:00
										 |  |  |         <aside class="panel-content accessibility-target">
 | 
					
						
							| 
									
										
										
										
											2021-12-01 20:13:24 +00:00
										 |  |  |             {% if app.user %}
 | 
					
						
							| 
									
										
										
										
											2021-12-23 21:29:46 +00:00
										 |  |  |                 <section class='section-widget section-padding' title="{{ 'Your profile information.' | trans }}">
 | 
					
						
							| 
									
										
										
										
											2021-12-01 20:13:24 +00:00
										 |  |  |                     {% block profile_view %}{% include 'cards/profile/view.html.twig' with { actor: current_actor } %}{% endblock profile_view %}
 | 
					
						
							|  |  |  |                     {{ block("profile_current_actor", "cards/navigation/view.html.twig") }}
 | 
					
						
							|  |  |  |                 </section>
 | 
					
						
							|  |  |  |             {% else %}
 | 
					
						
							|  |  |  |                 <section>
 | 
					
						
							|  |  |  |                     {{ block("profile_security", "cards/navigation/view.html.twig") }}
 | 
					
						
							|  |  |  |                 </section>
 | 
					
						
							|  |  |  |             {% endif %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             {{ block("feeds", "cards/navigation/view.html.twig") }}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             {{ block("footer", "cards/navigation/view.html.twig") }}
 | 
					
						
							|  |  |  |         </aside>
 | 
					
						
							|  |  |  |     </section>
 | 
					
						
							|  |  |  | {% endblock leftpanel %}
 |