<%= stylesheet_link_tag "administration.css" %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls", "typo" %>
<% if flash[:notice] or flash[:error] %>
<%= render_flash rescue nil %>
<% end %>

<%= @page_heading %>

<% if not first_render =~ /general|login|signup|logout/ %>

<%= _("Things you can do") %>

    <%= @content_for_tasks %>
<% end %> <%= @content_for_layout %>