.card-header.text-center %h3= plan[:name] %p= plan[:description] .card-body %p Includes features - if plan[:amount] == 0 %p Free plan .visible-when-unselected.text-center = link_to 'Select', '#', class: 'btn btn-secondary', 'data-toggle': 'card' .visible-when-selected.text-center - if subscribed %p %strong Your current plan - else %p This is #{['an amazing', 'a great', 'an excellent', 'an exceptional', 'a marvelous', 'a wonderful'].sample} plan