%= content_tag :div, id: 'plugin-pdf_export', class: 'tab-pane fade' do %>
Generate a custom PDF report
To customize the PDF structure, see the Creating PDF reports guide.
<%= form_tag project_export_manager_path(current_project), target: '_blank' do %>
<%= hidden_field_tag :plugin, :pdf_export %>
<%= hidden_field_tag :route, :root %>
<% end %>
<% end%>