ACC SHELL

Path : /srv/www/vhosts/usoenergy/app/templates/Homepage/
File Upload :
Current File : /srv/www/vhosts/usoenergy/app/templates/Homepage/mamZajem.latte

{block title}Mám zájem{/block}
{block content}
<div class="text">
<h2>Mám zájem</h2>
<h3>Kontaktní formulář</h3>
{foreach $flashes as $flash}
<div class="flash {$flash->type}">{$flash->message}</div>
{/foreach}
{form answerForm}
  <div>
    {label name /}
    {input name}
  </div>
  <div>
    {label email /}
    {input email}
  </div>
  <div>
    {label type /}
    {input type}
  </div>
    {label note /}
  <div>
    {input note}
  </div>
  <div>
    {label send /}
    {input send class => "submit"}
  </div>
{/form}
</div>
{/block}

ACC SHELL 2018