<% if Current.user.admin? && !Current.account.comped? %>

Subscription

<% if Current.account.plan.free? %> <%= render "account/settings/free_plan" %> <% else %> <%= render "account/settings/paid_plan" %> <% end %>
<% end %>