{template 'headers'}
{$activity['title']}
{php echo htmlspecialchars_decode($activity['content'])}
{if $activity['endtime'] < TIMESTAMP}
{else}
{loop $ds $fields}
{if $fields['type'] == 'text'}
{/if} {if $fields['type'] == 'email'}
{/if} {if $fields['type'] == 'number'}
{/if} {if $fields['type'] == 'textarea'}
{/if} {if $fields['type'] == 'radio'}
    {loop $fields['options'] $v}
  • {/loop}
{/if} {if $fields['type'] == 'image'}
{/if} {if $fields['type'] == 'checkbox'}
    {loop $fields['options'] $v}
  • {/loop}
{/if} {if $fields['type'] == 'select'}
{/if} {if $fields['type'] == 'calendar'}
{/if} {if $fields['type'] == 'range'}
{/if} {if $fields['type'] == 'reside'}
{/if} {if !empty($fields['description'])} {/if}
{/loop}
{/if}
{template 'footers'}