% if (zenarioA.hasPriv('_PRIV_EDIT_SITE_SETTING')) { %>
<% if (zenarioA.siteSettings.in_moratorium) { %>
<% iconClassName += ' site_in_moratorium'; %>
<% } %>
<% if (zenarioA.siteSettings.site_enabled) { %>
<% if (zenarioA.siteSettings.site_in_dev_mode) { %>
class="{{iconClassName}} site_enabled_development"
title="Site enabled, but in developer mode"
<% } else { %>
class="{{iconClassName}} site_enabled"
title="Site enabled"
<% } %>
<% } else { %>
<% if (zenarioA.siteSettings.site_in_dev_mode) { %>
class="{{iconClassName}} site_disabled"
title="Site disabled and in developer mode"
<% } else { %>
class="{{iconClassName}} site_disabled"
title="Site disabled"
<% } %>
<% } %>
>
<% } %>
<% if (zenarioA.hasPriv('_PRIV_EDIT_SITE_SETTING')) { %>
<% } %>
<% if (zenarioA.hasPriv('_PRIV_VIEW_DIAGNOSTICS')) { %>
<% } %>