<amat-list-item(click)="postsService.sidepanel_mode ==='over'?sidenav.close():null"routerLink='/settings'><ng-containeri18n="Settings menu label">Settings</ng-container></a>
<a*ngFor="let subscription of postsService.subscriptions"mat-list-item(click)="postsService.sidepanel_mode ==='over'?sidenav.close():null"[routerLink]="['/subscription',{id:subscription.id}]"><ngx-avatar[style.margin-right]="'10px'"size="32"[name]="subscription.name"></ngx-avatar>{{subscription.name}}</a>
<mat-checkboxcolor="accent"[(ngModel)]="new_config['Users']['allow_registration']"><ng-containeri18n="Allow registration setting">Allow user registration</ng-container></mat-checkbox>