{* Template for the regEvent *}{literal}
<script type="text/template" id="regEvent-template">
-
+
<div class="row">
<div class="columns small-12 glm-reg-event-profile">
<h1 id="glm-reg-event-name"><%= event_name %></h1>
{if $regEvent.eventCost}
<div class="small-12 columns glm-reg-event-profile-details glm-reg-cost glm-reg-has-icon"> {$regEvent.eventCost}</div>
{/if}
-
-
+
+
{if $regEvent.locations.name || $regEvent.locations.address}
<div class="small-12 columns glm-reg-event-profile-details glm-reg-location glm-reg-has-icon">
<a href="https://maps.google.com/maps?daddr={$regEvent.locations.name|escape}%40{$regEvent.locations.lat},{$regEvent.locations.lon}" target="_blank">{$regEvent.locations.name}</a>
<div class="small-12 columns">
<div class="row">
<!-- EVENT DESCRIPTION -->
- {if $regEvent.eventDescr}
+ {if $regEvent.eventDescr}
<div class="small-12 columns glm-reg-event-profile-details">
<h4> Event Description </h4>
{$regEvent.eventDescr}
</div>
{/if}
- {if $regEvent.descr}
+ {if $regEvent.descr}
<div class="small-12 columns glm-reg-event-profile-details">
<h4> Registration Details </h4>
{$regEvent.descr}
</div>
{/if}
- {if $regEvent.terms}
+ {if $regEvent.terms}
<div class="small-12 columns glm-reg-event-profile-details">
<h4> Terms & Condtions </h4>
{$regEvent.terms}
</div>
{/if}
-
+
{literal}
<div class="small-12 columns glm-reg-event-profile-details">
<% if ( this.getClassCount() == 0 ) { %>