File: /python/moda/public_html/tech/old/templates/hostx/error.tpl
{include file="orderforms/hostx/common.tpl"}
<div id="order-standard_cart">
<div class="row">
<div class="col-md-12">
<div class="header-lined">
<h1 class="font-size-36">
{$LANG.thereisaproblem}
</h1>
</div>
</div>
<div class="col-md-12" >
<div class="alert alert-danger error-heading">
<i class="fas fa-exclamation-triangle"></i>
{$errortitle}
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 offset-sm-2">
<p class="margin-bottom">{$errormsg}</p>
<div class="text-center">
<a href="javascript:history.go(-1)" class="btn btn-default">
<i class="fas fa-arrow-left"></i>
{$LANG.problemgoback}
</a>
</div>
</div>
</div>
</div>
</div>
</div>