{include file="public-html/header_list" /}
{notempty name="detail['qualification_entities']"}
{/notempty}
{notempty name="detail['responsibility_entities']"}
{/notempty}
{notempty name="detail['benefit_entities']"}
{/notempty}
{include file="public-html/footer" /}
{include file="public/ads1" /}
{:tl("Job Details")}
{notempty name="detail['job_type']"}
{/notempty}
{notempty name="detail['salary_info']"}
{/notempty}
{notempty name="detail['release_time']"}
{/notempty}
{volist name="detail['job_type']" id="vo"}
{$vo}
{/volist}
{$detail['salary_info']}
{$detail['release_time']}
{:tl("Qualifications")}
-
{volist name="detail['qualification_entities']" id="vo"}
- {$vo} {/volist}
{:tl("Responsibilities")}
-
{volist name="detail['responsibility_entities']" id="vo"}
- {$vo} {/volist}
{:tl("Benefits")}
-
{volist name="detail['benefit_entities']" id="vo"}
- {$vo} {/volist}
{include file="public/ads2" /}
{:tl("Job Description")}
{$detail['description']|raw}
{include file="public/ads2" /}
{include file="public/ads3" /}