label.lecture.name | label.lecturer.period | label.lo.traintime | label.place.name |
---|---|---|---|
{{item.lectureName.length >= 40 ? item.lectureName.substring(0, 40) + '...' : item.lectureName }} | {{item.lectureDate}} | {{item.lectureTime}} | {{item.lecturePlace}} |
label.norecord |