{#foreach item=allitem from=$allInfo#}
{#if $allitem.type eq '1'#}
{#include file="$tpl_path/cover/one_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '2'#}
{#include file="$tpl_path/cover/two_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '3'#}
{#include file="$tpl_path/cover/three_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '4'#}
{#include file="$tpl_path/cover/four_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '5'#}
{#include file="$tpl_path/cover/five_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '6'#}
{#include file="$tpl_path/cover/six_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '7'#}
{#include file="$tpl_path/cover/seven_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '8'#}
{#include file="$tpl_path/cover/eight_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '9'#}
{#include file="$tpl_path/cover/nine_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '10'#}
{#include file="$tpl_path/cover/ten_model_tpl.html"#}
{#/if#}
{#if $allitem.type eq '11'#}
{#include file="$tpl_path/cover/eleven _model_tpl.html"#}
{#/if#}
{#/foreach#}
{#include file="$tpl_path/cover/footer_tpl.html"#}