.col-12.h5.pt-4.pb-2.grey Informações do Associado .col-6 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.acting_medium').titleize} %dd.well.user-info = @user.associate.acting_medium .col-6 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.activity_description').titleize} %dd.well.user-info = @user.associate.activity_description .col-6 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.accepted_terms_at').titleize} %dd.well.user-info = @user.associate.accepted_terms_at .col-6 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.code_of_ethics_terms_at').titleize} %dd.well.user-info = @user.associate.code_of_ethics_terms_at .col-12 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.rg_file').titleize} %dd.well.user-info = link_to(@user.associate.rg_file.identifier, @user.associate.rg_file.url, target: "_blank") .col-12 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.details_file').titleize} %dd.well.user-info = link_to(@user.associate.details_file.identifier, @user.associate.details_file.url, target: "_blank") .col-12 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.whatsapp').titleize} %dd.well.user-info - if @user.associate.whatsapp #{t('simple_form.yes').titleize} - else #{t('simple_form.no').titleize} %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.phone_whatsapp').titleize} %dd.well.user-info = @user.associate.phone_whatsapp .col-12.h5.pt-4.pb-2.grey Status geral do inscrito .col-3 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.association_type').titleize} %dd.well.user-info = @user.associate.association_type.description -# Campo removido quando não se é estudante de graduação - if(@user.associate.association_type.description != 'Profissional e/ou estudante de pós-graduação') .col-3 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.conclusion_date').titleize} %dd.well.user-info = @user.associate.conclusion_date .col-3 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.association_state').titleize} %dd.well.user-info = t("activerecord.models.associate.#{@user.associate.association_state}") .col-3 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.moderate_date').titleize} %dd.well.user-info = @user.associate.moderate_date .col-12 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.motive').titleize} %dd.well.user-info = @user.associate.motive .col-3 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.approval_payment_date').titleize} %dd.well.user-info = @user.associate.approval_payment_date .col-3 %dt %span.label.user-info-tit.name_field.string_type #{t('simple_form.labels.defaults.valid_until').titleize} %dd.well.user-info = @user.associate.valid_until .col-12.h5.pt-4.pb-2.grey .row.justify-content-md-center -#= link_to payment_new_path(@user), method: :get, data:{confirm: "Deseja mesmo gerar um nova cobrança?"} do -# %img{:alt => "Gerar pagamento", :title => "Gerar pagamento", :src => "/assets/icons/approve.png"}/ .col-12.h5.pt-4.pb-2.grey Dados do pagamento #accordion.col-12 = render partial: "/users/payment_card_admin", collection: @payments, as: :payment