{icon name='error' style="vertical-align:middle"} {if $plugin_status eq 'rejected'} {tr}Plugin execution was denied{/tr} {else} {tr}Plugin execution pending approval{/tr} {/if}

{if $plugin_status eq 'rejected'}

{tr}After argument validation by an editor, the execution of this plugin was denied. This plugin will eventually be removed or corrected.{/tr}

{else}

{tr}This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible.{/tr} {if $plugin_details}{tr}You are allowed to:{/tr}{/if}

{if $plugin_details} {/if} {if $plugin_details} {assign var=thisplugin_name value=$plugin_name|escape} {assign var=thisplugin_index value=$plugin_index|escape} {button href="javascript:void(0)" _onclick="toggle('sec-$thisplugin_name-$thisplugin_index')" _class="text-end" _text="{tr}View Details{/tr}"} {/if} {/if}
{* add a little js to scroll the first approval form into view *} {if $plugin_approve}{jq}$(".plugin-approval-form:first")[0].scrollIntoView({behavior: "smooth", block: "end"});{/jq}{/if}