<%= title %> <% if allowed_to?(:send_diplomas, :conference, conference: current_participatory_space ) && current_participatory_space.sign_date.present? && current_participatory_space.conference_registrations.confirmed.any? %> <%= link_to t("actions.send_diplomas", scope: "decidim.admin"), send_conference_diploma_path(current_conference), method: :post, id: "send-diplomas", class: "button tiny button--title new #{"disabled" if current_participatory_space.diploma_sent? }" %> <% end %>

<%= form.upload :main_logo, required: true %>
<%= form.upload :signature, required: true %>
<%= form.date_field :sign_date %>
<%= form.text_field :signature_name %>