<%= t(:content) %>

<%= t(:all_content) %><%= @module_app_contents_total %>

<%= t(:module) %> <%= t(:quantity) %>
<% @module_app_contents.each do |module_app_content| %> <% end %>
<%= link_to t("dashboard.#{module_app_content[0]}"), get_link(module_app_content[0]) %> <%= module_app_content[1] %>

<%= t(:recent_update) %>

<%= t(:title) %> <%= t(:module) %>
<% @recent_updated.each do |object| %> <% end %>
<%= link_to ((object[0].title[I18n.locale] rescue nil) || (object[0].page.i18n_variable[I18n.locale] rescue nil)), get_link_to_object(object[0]) %> <%= link_to t("dashboard.#{object[0]._type.underscore}"), get_link(object[0]._type.underscore) %>