{template '_header'} {if !$isMobile}
{$title}
{/if}
{$course['title']}
{if !empty($record_list)}
{loop $record_list $key $item}
{/loop}
等{$total}人参与
{/if}
总题量 {$course['total']}
模式 {$show_type[$course['show_type']]}
练习详情
{php echo htmlspecialchars_decode($course['content']);}
{if !empty($lesson_list)}
关联课程
{loop $lesson_list $item} {/loop}
{/if}
{if !empty($lesson_list) && !$isbuy} 购买相关课程后参与 {else} 开始练习 {/if}
{template '_footer'}