|
|
@@ -415,6 +415,23 @@
|
|
|
{/if}
|
|
|
</div>
|
|
|
</div>
|
|
|
+ {else}
|
|
|
+ <div class="alert-lg no-data">
|
|
|
+ <div class="icon">
|
|
|
+ <i class="fas fa-exclamation-triangle"></i>
|
|
|
+ </div>
|
|
|
+ <div class="text">
|
|
|
+ {if $suspendreason}
|
|
|
+ <strong>{$suspendreason}</strong><br />
|
|
|
+ {/if}
|
|
|
+ {$LANG.cPanel.packageNotActive} {$status}.<br />
|
|
|
+ {if $systemStatus eq "Pending"}
|
|
|
+ {$LANG.cPanel.statusPendingNotice}
|
|
|
+ {elseif $systemStatus eq "Suspended"}
|
|
|
+ {$LANG.cPanel.statusSuspendedNotice}
|
|
|
+ {/if}
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</div>
|