@if (this.IssuesData.Any()) { Issues @foreach (var issue in this.IssuesData) { @issue } }