You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redonate/public_html/templates/dashboard.tpl

23 lines
346 B
Smarty

{%if isempty|notices == false}
{%foreach notice in notices}
<div class="notices">
{%?notice}
</div>
{%/foreach}
{%/if}
<table>
<tr>
<th>Name</th>
<th>Campaign type</th>
<th>Payment methods</th>
</tr>
{%foreach campaign in campaigns}
<tr>
<td>{%?campaign[name]}</td>
<td></td>
<td></td>
</tr>
{%/foreach}
</table>