<% content_for :page_specific_css do %> <% end %>

<%= @banner.title %>

<% @table_fields.each do |f| %> <%= thead(f) %> <% end %> <% @images.each do |image| %> <% end %>
<%= image_tag image.file.thumb, :class => "banner-image" %> <%= image.title rescue "" %> <% if can_edit_or_delete?(@banner) %> <% end %> <% if !image.postdate.nil? %> <%= image.postdate.strftime("%Y-%m-%d %H:%M") rescue "" %> <% if !image.deadline.nil? %> ~ <%= image.deadline.strftime("%Y-%m-%d %H:%M") rescue "" %> <% if image.expired? %> <%= t("ad_banner.expired") %> <% end %> <% end %> <% end %> <%= image.out_link rescue "" %>
<% if can_edit_or_delete?(@banner) %>
<%= t("ad_banner.add") %>
<%= content_tag :div, paginate(@images), class: "pagination pagination-centered" %>
<% end %>