@extends(templates/layout_normal)
@section(main)
    
= isset($community) ? $community->getName() . ' - Edit' : 'New community' ?>
    
        getRoute('community-edit-action')->generateLink(['communityId' => $community->getId()]) :
            Container::$routeCollection->getRoute('community-new-action')->generateLink();
        ?>
        
    
@endsection