@namespace antblazorpro.Pages.Account.Center @page "/account/center"
@_currentUser.Name
@_currentUser.Signature

@_currentUser.Title

@_currentUser.Group

@_currentUser.Geographic.Province.Label @_currentUser.Geographic.City.Label

Tags
@foreach (var tag in _currentUser.Tags) { @tag.Label } @if (_inputVisible) { } else { }
Team
Articles (@_fakeList.Count) Applications (@_fakeList.Count) Projects (@_fakeList.Count)