+ +
- {if="!isLoggedIn()"} + {if="!$is_logged_in"}
-
- - + {/if} @@ -157,8 +170,8 @@
{/if} -{if="!empty($plugin_errors) && isLoggedIn()"} -
+{if="!empty($plugin_errors) && $is_logged_in"} +
{loop="plugin_errors"} @@ -171,4 +184,46 @@
{/if} +{if="!empty($global_errors)"} +
+
+
+ {loop="$global_errors"} +

{$value}

+ {/loop} +
+
+ +
+
+{/if} + +{if="!empty($global_warnings)"} +
+
+
+ {loop="global_warnings"} +

{$value}

+ {/loop} +
+
+ +
+
+{/if} + +{if="!empty($global_successes)"} +
+
+
+ {loop="$global_successes"} +

{$value}

+ {/loop} +
+
+ +
+
+{/if} +