mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
24 lines
778 B
Smarty
Executable file
24 lines
778 B
Smarty
Executable file
<div class="generic-content-wrapper">
|
|
<div class="section-title-wrapper">
|
|
<a class="btn btn-success btn-xs pull-right" href="{{$create.0}}" title="{{$create.1}}"><i class="fa fa-plus-circle"></i> {{$create.2}}</a>
|
|
<h2>{{$header}}</h2>
|
|
</div>
|
|
<div class="section-content-wrapper-np">
|
|
{{if $channel_usage_message}}
|
|
<div id="channel-usage-message" class="section-content-warning-wrapper">
|
|
{{$channel_usage_message}}
|
|
</div>
|
|
{{/if}}
|
|
<div id="channels-desc" class="section-content-info-wrapper">
|
|
{{$desc}}
|
|
</div>
|
|
{{foreach $all_channels as $chn}}
|
|
{{include file="channel.tpl" channel=$chn}}
|
|
{{/foreach}}
|
|
{{if $delegates}}
|
|
{{foreach $delegates as $chn}}
|
|
{{include file="channel.tpl" channel=$chn}}
|
|
{{/foreach}}
|
|
{{/if}}
|
|
</div>
|
|
</div>
|