%= render_filter @filter_fields, "index_table" %>
<% custom_config = CustomBulletinConfig.where(:module=>params[:custom_module]).first %>
<% target_model = custom_config.bind_model.constantize %>
<%= target_model.where(custom_config.uid_field=>params[:bind_uid]).first.send(custom_config.title_field) %>
<%= render 'index'%>
<%= render 'layouts/delete_modal', delete_options: @delete_options %>
<% if CustomAnnouncementSetting.is_pro? && user_can_approve? %>
<%= render :partial=> "approval_modal" %>
<% end %>