mirror of https://github.com/movim/movim
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.
11 lines
329 B
11 lines
329 B
{loop="$calls"}
|
|
<li>
|
|
<span class="primary icon gray">
|
|
<i class="material-symbols">interpreter_mode</i>
|
|
</span>
|
|
<div>
|
|
<p>{$value->id}</p>
|
|
<p><i class="material-symbols icon green blink">phone_in_talk</i> {$c->__('visio.in_call')}</p>
|
|
</div>
|
|
</li>
|
|
{/loop}
|