@inherits MSGComponentBase @if (this.IssuesData.Any()) { @T("Issues") @foreach (var issue in this.IssuesData) { @issue } }