You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{extends "layout_view.tpl"}
|
|
|
|
|
|
{block name="title"}
|
|
|
{title}{$title}{/title}
|
|
|
{/block}
|
|
|
|
|
|
{block name="content"}
|
|
|
<ol>
|
|
|
{foreach from=$result item=activity}
|
|
|
<li>{activity info=$activity}</li>
|
|
|
{foreachelse}
|
|
|
<li class="invalid">{tr}There is no activity to display in this stream.{/tr}</li>
|
|
|
{/foreach}
|
|
|
</ol>
|
|
|
{pagination_links resultset=$result}{/pagination_links}
|
|
|
{/block}
|