Event Listing

Author: Webvanta

This is the event listing used on list and item pages.

<w:kb:edit>
  <div class='clearfix'>
    <h3><a href="<w:url />" class="external"><w:name /></a></h3>
    <p>Link: <a href="<w:url />" class="external"><w:url /></a></p>
    <w:unless condition='icon.blank?'>
      <img src="<w:icon  rendition='medium' />" class='article-icon'  alt='' />
    </w:unless>
    <w:description  />
    <!--  reference for date formats:  http://www.webvanta.com/article/23155-formatting-dates/9363-displaying-database-items  -->
    <p>Dates: <w:get name="event:start_date" format="%m/%e/%Y" />  to <w:get name="event:end_date"  format="%m/%e/%Y" /></p>
    <p>Location: <w:get name="location:state.blank?" /> <w:get name="location:state"  /> <w:get name='location:country' /></p>
  </div>
</w:kb:edit>