27 lines
649 B
Smarty
27 lines
649 B
Smarty
|
|
{**
|
||
|
|
* For the full copyright and license information, please view the LICENSE
|
||
|
|
* file that was distributed with this source code.
|
||
|
|
*}
|
||
|
|
|
||
|
|
{extends file='page.tpl'}
|
||
|
|
|
||
|
|
{block name='page_title'}
|
||
|
|
{$cms.meta_title}
|
||
|
|
{/block}
|
||
|
|
|
||
|
|
{block name='page_content_container'}
|
||
|
|
<section id="content" class="page-content page-content--cms rich-text js-page-content-cms">
|
||
|
|
{block name='cms_content'}
|
||
|
|
{$cms.content nofilter}
|
||
|
|
{/block}
|
||
|
|
|
||
|
|
{block name='hook_cms_dispute_information'}
|
||
|
|
{hook h='displayCMSDisputeInformation'}
|
||
|
|
{/block}
|
||
|
|
|
||
|
|
{block name='hook_cms_print_button'}
|
||
|
|
{hook h='displayCMSPrintButton'}
|
||
|
|
{/block}
|
||
|
|
</section>
|
||
|
|
{/block}
|