" id="profile-<%= profile.name %>"> <% display_name = profile.title || profile.name %>

Profile <%= display_name %> (<%= profile.name %>)

<% if profile.summary %> <% end %> <% if profile.status != "loaded" %> <% end %> <% if profile.status_message && !profile.status_message.empty? %> <% end %>
Version:<%= profile.version %>
Summary:<%= profile.summary %>
Status:<%= profile.status %>
Status Message:<%= profile.status_message %>
<% if profile.status == "loaded" %> <% profile.controls.each do |control| %> <%= ERB.new(File.read(template_path + "/control.html.erb"), nil, nil, "_ctl").result(binding) %> <% end %> <% end %>