SuiteCRM-Core/public/legacy/modules/Surveys/tpls/closeSurvey.tpl
2023-09-28 14:00:36 +01:00

20 lines
432 B
Go Template

{$HEADER}
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
<img src="{$LOGO}"/>
</div>
</div>
<div class="row well">
<div class="col-md-offset-2 col-md-8">
<h1>{$SURVEY->name}</h1>
<p>
<strong>
{$MESSAGE}
</strong>
</p>
</div>
</div>
</div>
{$FOOTER}