mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
18 lines
355 B
Smarty
18 lines
355 B
Smarty
|
{if="isset($action)"}
|
||
|
<a href="{$action}">
|
||
|
{/if}
|
||
|
<ul class="list">
|
||
|
<li>
|
||
|
{if="isset($picture)"}
|
||
|
<span class="primary icon bubble"><img src="{$picture}"></span>
|
||
|
{/if}
|
||
|
<p>{$title}</p>
|
||
|
{if="isset($body)"}
|
||
|
<p>{$body}</p>
|
||
|
{/if}
|
||
|
</li>
|
||
|
</ul>
|
||
|
{if="isset($action)"}
|
||
|
</a>
|
||
|
{/if}
|