<%# The javscript for this cell is included in `settings.js.erb`. %>
<% if enabled? %> <%= op_icon 'icon-yes' %> <%= model[:on_text] %>

<%= model[:on_description] %>

<% else %> <%= op_icon 'icon-not-supported' %> <%= model[:off_text] %>

<%= model[:off_description] %>

<% end %>