<%= r.description %>
<% if r.mandatory? %>
Mandatory
<% else %>
Optional
<% end %>
<%= r.age_scope.humanize %>
<% if r.requirement_type.present? %>
<%= r.requirement_type %>
<% end %>
<%= link_to "Edit", edit_admin_portal_customer_type_path(@customer_type),
class: "btn btn-outline-secondary btn-sm" %>
<% end %>
<% else %>