File "registrazione-conferma.tmpl"

Full Path: /srv/www/www.cadoro.it/src/templates/registrazione-conferma.tmpl
File size: 1023 B
MIME-type: text/html
Charset: utf-8

{extends "layout-base.tmpl"}

{block name=title}Conferma di registrazione — CADORO{/block}

{block name="head"}
<meta name="description" content="Conferma di registrazione &mdash; CADORO">
<meta name="author" content="">
{/block}

{block name="content"}
<div class="container content-section">
  <h2 class="text-center">
    <strong>{_("COMPLIMENTI, IL TUO UTENTE È ORA ATTIVO!")}</strong>
  </h2>
  {if isset($store)}
  <h4 class="text-center">
    Recati al punto informazione del punto vendita:<br>
    {$store.title} - {$store.address}, {$store.zipcode} {$store.city} ({$store.province})<br>
    per convalidare e ritirare la tua carta.
  </h4>
  {/if}
  {if not isset($store)}
  <hr>
  <div class="row mb20">
    <div class="col-sm-8 col-sm-offset-2">
      <p class="text-center mt30">
        <a href="{$base_url}/profilo" class="btn btn-default btn-lg">
          {_("VAI AL TUO PROFILO")} <i class="glyphicon glyphicon-chevron-right"></i>
        </a>
      </p>
    </div>
  </div>
  {/if}
</div>
{/block}