@(issueLabels: List[model.Label]) @if(issueLabels.isEmpty){
  • None yet
  • } @issueLabels.map { label =>
  • @label.labelName
  • }