<% content_for :heading do %>

<%= t ".title" %>

<% end %>

<%= t(".allowed_html", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %>

<% if @token.oob? and not @token.oauth10? %>

<%= t ".verification", :code => @token.verifier %>

<% end %>