線上課程
<%if prop.status == 'wait'%> <%if ~beforeDate(prop.fundraising.end_date) == true%>即將開課
<%else%>募資中 剩
<%/if%> <%else prop.status == 'failed'%>未達標
<%/if%> <%else %>實體課程
<%/if%> <%if prop.status == 'normal' || prop.status == 'expired' || prop.status == 'finished'%><%:prop.name%>
<%else%><%:prop.name%>
<%/if%>我的學員編號:<%:prop.member.number%>
<%if prop.type === 'online'%> <%if prop.fundraising.end_date %>募資進度:
<%:~numFormat(prop.fundraising.progress)%>%
募資未達標,退費處理中...
<%else%>預計開課:<%:~formatDate(prop.fundraising.pre_date, 'YYYY/MM/DD')%>
<%/if%> <%else%>學習進度:
<%:~numFormat(prop.online.progress)%>%
觀看期限:<%:(~checkTerm(prop.online.end_date)) ? '永久' : ~formatDate(prop.online.end_date, 'YYYY/MM/DD')%> <%if ~beforeDate(prop.online.end_date) == true%> (已到期) <%/if%>
<%/if%> <%else%>上課<%if prop.offline.same_date%>日期<%else%>期間<%/if%>:<%:prop.offline.start_date%>
<%if prop.offline.location %>上課地點:<%:prop.offline.location%>
<%/if%> <%/if%>