(function() {
window.JST = window.JST || {};
window.JST['admin/layouts/_navigation'] = P.views.shared.template('<ul class="controls">\n  <!-- <li class="secondary signOut last">\n    <a href="#session/destroy">Sign Out</a>\n  </li> -->\n</ul>\n  \n');
window.JST['admin/communities/index'] = P.views.shared.template('<div class="controls"></div>\n<div class="table span-19 append-1 last">\n</div>\n');
window.JST['answers/_form'] = P.views.shared.template('<%var question = model.question; %>\n<%this.semantic_fields_for(model, function(f){%>\n  <%f.inputs({}, function(){%>\n    <% f.input(\'answer\', {label: question.get(\'question\'), as: question.get(\'input_type\') || \'auto_suggest\', collection: view.options.selectGroups, include_blank: view.options.includeBlank}); %>\n    <% if (!options.hideTagList) { %>\n      <% f.input(\'tag_list\', {label: \'&nbsp;\'}); %>\n    <% } %>\n  <%});%>\n<%});%>\n');
window.JST['answers/_answer'] = P.views.shared.template('<div class="groups"></div>');
window.JST['meetings/_navigation'] = P.views.shared.template('<div class="control_bar">\n  <button class="remove"><%= locales.t(\'remove_from_my_meetings\') %></button>\n  <button class="add"><%= locales.t(\'add_to_my_meetings\') %></button>\n  <button class="message"><%= locales.t(\'start_conversation\') %></button>\n  <button class="edit"><%= locales.t(\'edit_meeting\') %></button>\n  <button class="add-document"><%= locales.t(\'add_document\') %></button>\n</div>\n');
window.JST['meetings/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {}, function(f){ %>\n  <% f.inputs(function(){ %>\n\n    <% f.input(\'name\', {input_html: {\'class\': \'meeting_name\'}}); %>\n\n    <% f.inputs(function(){ %>\n      <div class="form_span-2 date">\n        <label for="meeting_date">Date</label>\n        <input type="text" id="meeting_date" class="meeting_date">\n      </div>\n\n      <div class="form_span-2 start-time">\n        <label for="meeting_start_time">Start time</label>\n        <input type="text" id="meeting_start_time" class="meeting_start_time">\n      </div>\n\n      <div class="form_span-2 form_last end-time">\n        <label for="meeting_end_time">End time</label>\n        <input type="text" id="meeting_end_time" class="meeting_end_time">\n      </div>\n    <% }); %>\n\n    <div class="location"></div>\n\n    <% if(!model.get(\'private\')) { %>\n      <% f.input(\'unschedulable\', {as: \'boolean\', label: \'Do not allow attendees to add to My Schedule\'}); %>\n      <% f.input(\'mandatory\', {as: \'boolean\', label: locales.t(\'attendance_mandatory\')}); %>\n    <% } %>\n\n    <%\n      var opts = model.get(\'private\') ?\n        {as: \'auto_suggest\', label: \'Attendees\', hint: view.options.hint || \'First entry will be set as the meeting organizer\'} :\n        {as: \'auto_suggest\', label: \'Speaker\'};\n    %>\n    <% f.input(\'speakers\', opts); %>\n\n    <% f.input(\'blurb\', {as: \'text\', label: \'Description\', input_html: {cols: 42, rows: 5}}); %>\n\n    <% if (!model.get(\'private\')) { %>\n      <% f.semantic_fields_for(P.community.calendar, function(r){ %>\n        <% r.inputs({\'for\': \'label_sets\'}, function(x){ %>\n          <% if(x.model.labels.length > 0) { %>\n            <% x.input(\'name\', {\n                label: x.model.get(\'name\'),\n                as: \'select\',\n                collection: x.model.labels,\n                include_blank: true,\n                input_html: {\'class\': [x.model.class_id(), \'label_id\'].join(\' \')}\n              }); %>\n            <% }; %>\n        <% }); %>\n      <% }); %>\n    <% }; %>\n  <% }); %>\n\n  <% f.buttons(function(){ %>\n    <p class="controls"></p>\n  <% }); %>\n<% }); %>\n');
window.JST['meetings/show'] = P.views.shared.template('<div class="main">\n  <div class="navigation"></div>\n  <div class="group">\n    <div class="card"></div>\n    <div class="blurb"></div>\n  </div>\n\n  <div class="discussions"></div>\n</div>\n\n<div class="sidebar">\n  <div class="attendees"></div>\n  <div class="documents"></div>\n  <div class="users"></div>\n  <div class="links"></div>\n</div>\n');
window.JST['meetings/private/_navigation'] = P.views.shared.template('<div class="control_bar">\n  <button class="respond success">Accept / Decline</button>\n  <button class="message">Start a Conversation</button>\n  <button class="edit">Edit Session</button>\n  \n  <div class="status-status controls">\n    <span class="current-status"></span> <a href="#">Change?</a>\n  </div>\n</div>\n');
window.JST['meetings/private/_attendance_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>  \n  <% f.input(\'status\', {as: \'radio_buttons\', \'class\': \'status\', label: \'\', collection: {\'Accept\': \'accepted\', \'Tentative\': \'tentative\', \'Decline\': \'declined\'}}); %>\n  \n  <% f.inputs(function(){ %>\n    <% f.input(\'status_message\', {as: \'text\', label: \'Optional Note:\'}); %>\n  <% }); %>\n  \n  <% f.buttons(function(){ %>\n    <div class="control_bar">\n      <button class="add" data-button=\'{"icons": {"primary":"ui-icon-mail-closed"}, "disabledLabel": "Sending"}\'>Send Response</button>\n    </div>\n  <% }); %>\n<% }); %>\n');
window.JST['meetings/_day'] = P.views.shared.template('<h2><%= collection.startsAt() ? collection.startsAt().toString(\'ddd, MMM d\') : \'\' %></h2>\n<ol class="day">\n</ol>\n');
window.JST['meetings/index'] = P.views.shared.template('<div class="main">\n  <hr class="invisible"/>\n  <div class="meetings">\n\n  </div>\n</div>\n\n<div class="sidebar">\n  <div class="schedule_buttonset">\n    <ul>\n      <li>\n        <a class="choose_schedule selected" href="#meetings"><%= locales.t(\'show_meetings\') %></a>\n      </li>\n      <li>\n        <a class="choose_schedule" href="#meetings/my"><%= locales.t(\'show_my_meetings\') %></a>\n      </li>\n    </ul>\n  </div>\n  <ol class="label-set">\n    <li class="labels">\n      <a class="all" href="#meetings"><%= locales.t(\'all\').titleize() %></a>\n    </li>\n  </ol>\n  <div class="labelSets"></div>\n  <div class="print_options">\n    <a class="print_my_schedule" href="#" onclick="window.print();return false;"><%= locales.t(\'print_my_meetings\') %></a>\n    <a class="export" href="/meetings.ics?per_page=999&auth_token=<%= P.user.get(\'authentication_token\') %>"><%= locales.t(\'export_meetings\') %></a>\n  </div>\n</div>\n');
window.JST['meetings/_labels'] = P.views.shared.template('<h4 class="title uppercase header">\n  <%= options.title %>\n</h4>\n<div class="labels"></div>');
window.JST['meetings/_card'] = P.views.shared.template('<div class="stripe"></div>\n<h5>\n  <a class="name" href="<%= model.fragment() %>">\n    <span itemprop="name"></span>\n  </a>\n  <span class="arrow"></span>\n</h5>\n\n<div class="speaker_names"></div>\n<div class="speakers"></div>\n\n<div class="location">\n  <span class="name" itemprop="location_name"></span>\n</div>\n\n<div class="clear extra">\n  <div class="time_band">\n    <strong>\n      <time itemprop="starts_at_local" data-format="ddd MMM Do, h:mm a"></time>\n      <span> - </span>\n      <time itemprop="ends_at_local" data-format="h:mm a"></time>\n    </strong>\n  </div>\n  <div class="mandatory"><!-- put something here if you want to indicate when the meeting is mandatory. i.e. <%= locales.t(\'attendance_mandatory\') %>--></div>\n  <div class="control_bar">\n    <button class="add" data-button=\'{"icons": {"primary":"ui-icon-plus"}}\'><%= locales.t(\'add_to_my_meetings\') %></button>\n    <button class="remove" data-button=\'{"icons": {"primary":"ui-icon-trash"}}\'><%= locales.t(\'remove_from_my_meetings\') %></button>\n  </div>\n  <div class="labels"></div>\n  <p itemprop="blurb"></p>\n</div>\n\n<div class="ribbons"></div>\n');
window.JST['meetings/_meeting'] = P.views.shared.template('<div class=\'meeting\'>\n  <a href="<%= model.fragment() %>">\n    <span class="name"><%= model.get(\'name\') %></span>\n  </a>\n  <time itemprop="starts_at_local" data-format="ddd MMM Do, h:mm a"></time>\n</div>\n');
window.JST['meetings/_my'] = P.views.shared.template('<li class="empty">\n  <h2>Your schedule is empty.</h2>\n  <p>\n    Once you add meetings to your personal schedule, they will appear here.\n  </p>\n</li>\n');
window.JST['meetings/_calendar'] = P.views.shared.template('<div class="tabs"></div>\n<div class="meetings">\n</div>\n');
window.JST['meetings/_timeslot'] = P.views.shared.template('<% tstr = collection.startsAt() ? collection.startsAt().toString(\'h:mm tt\') : \'\';\n   if( tstr == "0:00 AM" ) {tstr = "12:00 AM"}; %>\n\n<time datetime="<%= collection.startsAt() %>">\n  <%= tstr %>\n</time>\n<ul></ul>\n');
window.JST['users/subscriptions/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs(function(){ %>\n    <% f.input(\'email\', {input_html: {disabled: true}}); %>\n    <% f.input(\'enabled\', {as: \'radio_buttons\', label: \'\', \n        hint: \'Please <a href="#signin">sign in</a> to access detailed communication settings.\',\n        collection: {\'I want to continue to receive email from this community.\': 1, "Don\'t send me anymore email.": 0}}); %>\n  <% }); %>\n\n  <% f.buttons(function(){ %>\n  <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['users/subscriptions/edit'] = P.views.shared.template('<div class="main">\n  <div class="form"></div>\n</div>\n<div class="sidebar">\n  <p></p>\n</div>\n');
window.JST['users/_form_details'] = P.views.shared.template('<%var self = this;%>\n<%this.semantic_form_for(model, {id: \'new_user\', \'class\': \'users-details-form\'}, function(f){%>\n  <%f.inputs(function(){%>\n      <%f.input(\'bio\', {as: \'text\', input_html: {cols: 42, rows: 5}});%>\n      \n      <div class="twitters"></div>\n      <div class="websites"></div>\n      \n      <%f.input(\'send_mail\', {label: locales.t(\'user_send_mail\'), as: \'boolean\', input_html: {\'class\': \'send_mail\'}});%>\n      \n      <div class="mail"></div>\n  <%});%>\n  \n  <%f.buttons({}, function(){%>\n    <div class="controls"></div>\n  <%});%>\n  \n<%});%>\n');
window.JST['users/_form'] = P.views.shared.template('<div class="basics"></div>\n<div class="details"></div>\n<div class="settings"></div>\n');
window.JST['users/show'] = P.views.shared.template('<div class="main">\n  <div class="navigation"></div>\n  <div class="card"></div>\n  <h4 class="title uppercase"><%= locales.t(\'user_bio\') %></h4>\n  <p class="bio" itemprop="bio"></p>\n  <div class="answers"></div>\n  <div class="messages"></div>\n</div>\n\n<div class="sidebar">\n  <div class="links"></div>\n  <div class="posts"></div>\n  <div class="tweets"></div>\n  <div class="schedule"></div>\n</div>\n');
window.JST['users/_form_basics'] = P.views.shared.template('<% this.semantic_form_for(model, {\'class\': \'users-form\'}, function(f){ %>\n  <div class="form_container">\n    <% f.inputs(function(){ %>\n      <% f.input(\'primary_email\', {as: \'email\', label: locales.t(\'email\'), required: false}); %>\n\n      <div class="string optional hint input" id="user_change_password_control">\n        <label><%= locales.t(\'password\') %></label>\n	       <a href="#"><%= locales.t(\'change_password\') %></a>\n      </div>\n\n      <% f.input(\'password\', {input_html: {autocomplete: "off"}}); %>\n      <% f.input(\'password_confirmation\', {input_html: {autocomplete: "off"}}); %>\n    <% }); %>\n\n    <% f.inputs(function(){ %>\n      <div class="form_span-2">\n        <label for="user_first_name" ><%= locales.t(\'first_name\') %></label>\n        <input type="text" id="user_first_name" name="user[first_name]"/>\n      </div>\n\n      <div class="form_span-2">\n        <label for="user_last_name"><%= locales.t(\'last_name\') %></label>\n        <input type="text" id="user_last_name" name="user[last_name]"/>\n      </div>\n\n      <div class="form_span-2 form_last">\n        <label for="user_credentials"><%= locales.t(\'credentials\') %></label>\n        <input type="text" id="user_credentials" name="user[credentials]"/>\n      </div>\n    <% }); %>\n\n    <% f.inputs(function(){ %>\n      <% f.input(\'organization_name\'); %>\n      <% f.input(\'title\'); %>\n  		\n      <% f.input(\'photo\', {as: \'file\'}); %>\n      <% f.input(\'photo_url\', {as: \'hidden\'}); %>\n      <% f.input(\'temp_attachment_id\', {as: \'hidden\'}); %>\n    <% }); %>\n    \n    <div class="answers"></div>\n    \n    <% f.inputs(function(){ %>\n      <% f.input(\'roles\', {as: \'check_boxes\', collection: [\'admin\']}); %>\n      \n      <% f.input(\'ribbon_ids\', {as: \'select\', label: \'Ribbon\', include_blank: true, collection: P.community.ribbons, input_html:{multiple: \'multiple\'}}); %>\n      \n      <%f.input(\'visible\', {label: locales.t(\'user_visible\'), as: \'boolean\', input_html: {value: \'1\'}});%>\n            \n      <% if (!f.model.get(\'dirty\')){ %>\n        <% f.input(\'wants_default_allowed_mails\', {as: \'boolean\', label: locales.t(\'user_wants_default_allowed_mails\'), input_html: {value: \'1\'}}); %>\n      <% } %>\n      \n      <% if (!f.model.get(\'has_accepted_legal\')){ %>\n        <% f.input(\'has_accepted_legal\', {as: \'boolean\', label: locales.t(\'user_has_accepted_legal\'), input_html: {value: \'1\'}}); %>\n      <% } %>\n      \n    <% }); %>\n    \n    <% f.buttons({}, function(){ %>\n      <div class="controls"></div>\n    <% }); %>\n  </div>\n<% }); %>\n');
window.JST['users/index'] = P.views.shared.template('<div class="main">\n  <div class="users-search"></div>\n  <p class="note"><%= locales.t(\'users_search_note\') %></p>\n  <div class="users-list"></div>\n</div>\n\n<div class="sidebar">\n  <div class="groups-listSet"></div>\n</div>\n');
window.JST['users/_bio'] = P.views.shared.template('<% if (!exclude[\'bio\'] && model.get(\'bio\')) { %>\n<h4 class="title uppercase">bio</h4>\n<% } %>\n<div class="bio"></div>');
window.JST['users/_card'] = P.views.shared.template('<% exclude = options.exclude || []; %>\n<span class="photo">\n  <a href="<%= model.fragment() %>" class="<%= view.options.photo_size %>">\n    <img itemprop="photo_url_<%= view.options.photo_size %>">\n  </a>\n</span>\n<div class="profile">\n  <span class="categories"></span>\n  <span class="name">\n    <a href="<%= model.fragment() %>" title="<%= model.get(\'first_name\') %> <%= model.get(\'last_name\') %>">\n      <span class="first_name" itemprop="first_name"></span>\n      <span class="last_name" itemprop="last_name"></span><% if (!exclude.credentials && model.get(\'credentials\')) { %><span class="credentials">, <%= model.get(\'credentials\') %></span><% } %>\n    </a>\n  </span>\n  <% if (!exclude.title) { %>\n    <div class="user-title" title="<%= model.get(\'title\') %>" itemprop="title"></div>\n  <% } %>\n  <div class = "organization">\n  	<a>\n	  <span itemprop="organization_name"></span>\n	</a>\n  </div>\n\n</div>\n<span class="ribbons clear">\n</span>\n');
window.JST['users/_completeness'] = P.views.shared.template('<div class="completeness">\n  <h3>Complete Your Profile</h3>\n  <div class="oauth_consumers">\n    <a href="#"><img src="assets/images/application/oauth_consumers/twitter.png"></a>\n    <a href="#"><img src="assets/images/application/oauth_consumers/linkedin.png"></a>\n  </div>\n</div>\n');
window.JST['users/_bubble'] = P.views.shared.template('<div class="bubble">\n  <% if( !hideName ) { %>\n    <div class="name">\n      <%= model.get(\'full_name\') %>\n    </div>\n\n  <% } %>\n  <div class="controls">\n    <ul>\n      <li>\n        <a href="" class="new-discussion"><%= locales.t(\'send_message\') %></a>\n      </li>\n      <li class="new-contact">\n        <a href="#"><%= locales.t(\'add_to_contacts\') %></a>\n      </li>\n      <li class="destroy-contact">\n        <a href="#"><%= locales.t(\'remove_from_contacts\') %></a>\n      </li>\n      <li class="new-meeting">\n        <a href="#meetings/new&user=<%=model.id%>"><%= locales.t(\'request_meeting\') %></a>\n      </li>\n    </ul>\n  </div>\n</div>\n');
window.JST['users/_user'] = P.views.shared.template('<a href="<%= model.fragment() %>">\n  <% if (model.id == P.user.id) { %>\n    Me\n  <% } else { %>\n    <%= model.formattedName(options.nameFormat || \'full\') %>\n  <% } %>\n</a>\n');
window.JST['users/edit'] = P.views.shared.template('<div class="main">\n  <div class="tabs"></div>\n  <div class="form"></div>\n</div>\n<div class="sidebar">\n  <div class="user"></div>\n  \n  <div class="why">\n    <h3><%= locales.t(\'why_create_a_profile\') %></h3>\n    <p><%= locales.t(\'why_create_a_profile_note\') %></p>\n    <ul class="description">\n      <li><%= locales.t(\'why_create_a_profile_description_1\') %></li>\n      <li><%= locales.t(\'why_create_a_profile_description_2\') %></li>\n      <li><%= locales.t(\'why_create_a_profile_description_3\') %></li>\n      <li><%= locales.t(\'why_create_a_profile_description_4\') %></li>\n    </ul>\n  </div>\n</div>\n');
window.JST['users/_schedule'] = P.views.shared.template('<div class="speaking_at"></div>\n<div class="attending"></div>\n');
window.JST['users/_small_card'] = P.views.shared.template('<a class=\'photo\' href="<%= model.fragment() %>">\n  <img itemprop="photo_url_cropped">\n</a>\n<span class="ribbons clear"></span>\n<div class="user_name" itemprop="full_name"></div>\n');
window.JST['attendances/_status'] = P.views.shared.template('<div itemprop="roles" class="role" data-join=\'true\'></div>\n<div itemprop="status" class="status"></div>\n<span itemprop="status_message" class="status-message"></span>');
window.JST['attendances/_attendance'] = P.views.shared.template('<div class="user"></div>\n<div class="status"></div>');
window.JST['layouts/_navigation'] = P.views.shared.template(' \n  <li class="secondary signIn unauthorized-control">\n    <a href="#">Sign In</a>\n  </li>\n\n  <li class="dropdown secondary authorized-control">\n\n    <a href="#" class="dropdown_toggle">\n      <span class="photo" />\n      <span class="friendly_name" />\n      <span class="arrow"></span>\n    </a>\n    <ul class="dropdown_menu">\n      <li class="my-profile authorized-control">\n        <a href="#user">My Profile</a>\n      </li>\n      <li class="authorized-control">\n        <a href="#user/edit">Edit My Profile</a>\n      </li>\n      <li class="manage authorized-control admin-control">\n        <a href="/host">Manage</a>\n      </li>  \n      <li class="signOut authorized-control">\n        <a href="#">Sign Out</a>\n      </li>\n    </ul>\n  </li>\n  \n</ol>\n');
window.JST['layouts/_spinner'] = P.views.shared.template('<img src="/assets/images/application/loading_facebook.gif" />\n');
window.JST['layouts/_footer'] = P.views.shared.template('<li class="pathable">\n  <span class="note"><%= locales.t(\'powered_by\') %></span>\n  <a href = "http://www.pathable.com/">Pathable</a>\n</li>\n<li>\n  <a href="http://pathable.com/tos" target="_blank"><%= locales.t(\'terms_of_service\') %></a>\n</li>\n<li>\n  <a href="http://pathable.com/privacy" target="_blank"><%= locales.t(\'privacy\') %></a>\n</li>\n');
window.JST['layouts/host/_navigation'] = P.views.shared.template('<h4>Jump To</h4>\n<ul class="list">\n<li class="secondary contextSwitch"></li>\n<li><a href="/">Community Home &raquo;</a></li>\n</ul>\n\n<h4>Overview</h4>\n<ul class="list">\n  <li><a href="#">Overview</a></li>\n</ul>\n<h4>Community</h4>\n<ul class="list">\n  <li><a href="#templates/mail">Mail Templates</a></li>\n  <li><a href="#templates/jst">Jst Templates</a></li>\n  <li><a href="#templates/scss">Scss Templates</a></li>\n</ul>\n<h4>Reports</h4>\n<ul class="list">\n  <li><a href="#reports">Overview</a></li>\n</ul>\n<h4>Groups</h4>\n<ul class="list">\n  <li><a href="#groups">Groups</a></li>\n</ul>\n<% if(P.community.events && P.community.events.length > 0) { %>\n<h4>Events</h4>\n<ul class="list">\n  <li><a href="#events">Events</a></li>\n</ul>\n<% } %>\n<h4>Calendar</h4>\n<ul class="list">\n  <li><a href="#meetings/public">Meetings</a></li>\n  <li><a href="#meetings/private">Private Meetings</a></li>\n  <li><a href="#locations">Locations</a></li>\n  <% P.community.calendar.label_sets.each(function(set){ %>\n    <li><a href="#meeting_labels/<%=set.get(\'name\')%>"><%=set.get(\'name\').pluralize()%></a></li>\n  <% }); %>\n  <li><a href="#meetings/imports">Import</a></li>\n  <li><a href="#meetings/datafeeds">Data feeds</a></li>\n</ul>\n<h4>Companies</h4>\n<ul class="list">\n  <li><a href="#organizations">Organizations</a></li>\n  <li><a href="#labels/level">Sponsorship Levels</a></li>\n  <li><a href="#organizations/imports">Import</a></li>\n</ul>\n<h4>People</h4>\n<ul class="list">\n  <li><a href="#users">Attendees</a></li>\n  <% P.community.user_label_sets.each(function(set){ %>\n    <li><a href="#labels/<%=set.get(\'name\')%>"><%=set.get(\'name\').pluralize()%></a></li>\n  <% }); %>\n  <li><a href="#categories">Categories</a></li>\n  <li><a href="#users/imports">Import</a></li>\n  <li><a href="#questions">Questions</a></li>\n  <li><a href="#users/datafeeds">Data feeds</a></li>\n</ul>\n<!-- <li><a href="#session/destroy">Sign Out</a></li> -->\n');
window.JST['layouts/_banner'] = P.views.shared.template('<a id="logo" href="http://socialmediaplus.com/" alt="Social Media Plus Summit" style="display: block; height: 95px;">\n  <img src="http://socialmediaplus.com/images/masthead.gif" style="border: none;"/>\n</a>\n<table border="0" cellpadding="0" cellspacing="0" width="972">\n            <tbody><tr>\n              <td align="left" valign="top" width="145"><img src="http://socialmediaplus.com/images/logo_bottom.gif" height="37" width="145"></td>\n              <td align="left" valign="top" width="68"><a href="/"><img src="http://socialmediaplus.com/images/home_off.gif" alt="Home" name="Home" id="Home" border="0" height="37" width="68"></a></td>\n              <td align="left" valign="top" width="68"><a href="http://socialmediaplus.com/about"><img src="http://socialmediaplus.com/images/about_off.gif" alt="About Social Media Plus" name="About" id="About" border="0" height="37" width="68"></a></td>\n              <td align="left" valign="top" width="78"><a href="http://socialmediaplus.com/register"><img src="http://socialmediaplus.com/images/register_off.gif" alt="Register" name="Register" id="Register" border="0" height="37" width="78"></a></td>\n              <td align="left" valign="top" width="83"><a href="http://socialmediaplus.com/speakers"><img src="http://socialmediaplus.com/images/speakers_off.gif" alt="Speakers" name="Speakers" id="Speakers" border="0" height="37" width="83"></a></td>\n              <td align="left" valign="top" width="83"><a href="http://socialmediaplus.pathable.com/#meetings"><img src="http://socialmediaplus.com/images/schedule_off.gif" alt="Schedule" name="Schedule" id="Schedule" border="0" height="37" width="83"></a></td>\n              <td align="left" valign="top" width="114"><a href="http://socialmediaplus.pathable.com/#discussions"><img src="http://socialmediaplus.com/images/conversations_off.gif" alt="Conversations" name="Conversations" id="Conversations" border="0" height="37" width="114"></a></td>\n              <td align="left" valign="top" width="89"><a href="http://socialmediaplus.pathable.com/#users"><img src="http://socialmediaplus.com/images/attendees_off.gif" alt="Attendees" name="Attendees" id="Attendees" border="0" height="37" width="89"></a></td>\n              <td align="left" valign="top" width="81"><a href="http://socialmediaplus.com/sponsors"><img src="http://socialmediaplus.com/images/sponsors_off.gif" alt="Sponsors" name="Sponsors" id="Sponsors" border="0" height="37" width="81"></a></td>\n              <td align="left" valign="top" width="92"><a href="http://socialmediaplus.com/contact"><img src="http://socialmediaplus.com/images/contact_off.gif" alt="Contact Us" name="Contact Us" id="Contact Us" border="0" height="37" width="92"></a></td>\n              <td align="left" valign="top">&nbsp;</td>\n            </tr>\n          </tbody></table>\n<img class="bottom_bar" src="http://socialmediaplus.com/images/navbase.gif" style="margin-top: -3px;"/>');
window.JST['layouts/mobile/_navigation'] = P.views.shared.template('<div data-role="navbar" data-theme="x">\n  <ul>\n    <li><a href="#" data-icon="home" data-iconpos="top">Home</a></li>\n    <li><a href="#meetings" data-icon="star" data-iconpos="top">Schedule</a></li>\n  </ul>\n</div>\n');
window.JST['layouts/_context_switcher'] = P.views.shared.template('<select>\n  <option value="<%= community.get(\'domain\') %>"><%= community.get(\'name\') %></option>\n  <% for (var e = events.first(); e; e = events.next(e)) { %>\n  <option value="<%= e.get(\'domain\') %>"><%= e.get(\'name\') %></option>\n  <% } %>\n</select>\n');
window.JST['ribbons/_ribbon'] = P.views.shared.template('<div class="name"><%= model.get(\'name\') %></div>');
window.JST['affiliations/_form'] = P.views.shared.template('<% this.semantic_form_for(\'affiliation\', function(f){ %>\n  <% f.inputs(function(){ %>\n\n    <% f.input(\'parent\', {required: true, as: \'auto_suggest\', input_html: {\'class\': \'affiliations-groups\'}}); %>\n    <% f.input(\'roles\', {as: \'check_boxes\', collection: [\'sponsoring\', \'exhibiting\'], input_html: {\'class\': \'roles\'}}); %>\n    <% f.input(\'level\', {as: \'select\', label: \'Level\', collection: P.community.level_label_set().labels, include_blank: true, input_html: {\'class\': \'level\'}}); %>\n    <% f.input(\'booth\', {input_html: {\'class\': \'roles\'}}); %>\n\n  <% }); %>\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['affiliations/_index'] = P.views.shared.template('<div class="control_bar">\n  <button class="add" data-button=\'{"icons": {"primary":"ui-icon-plus"}}\'>Add</button>\n  <button class="destroy" data-button=\'{"icons": {"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n\n<div class="table"></div>\n');
window.JST['documents/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs(function(){ %>\n		<% f.input(\'name\'); %>\n\n    <% f.input(\'author\', {as: \'auto_suggest\', input_html: {\'class\':\'documents-author\'}}); %>\n\n		<% f.input(\'search_text\', {as: \'text\', input_html: {cols: 42, rows: 3, \'class\': \'blurb\'}}); %>\n		<% f.input(\'attachment\', {as: \'file\'}); %>\n		<% f.input(\'attachment_url\', {as: \'hidden\'}); %>\n		<% f.input(\'temp_attachment_id\', {as: \'hidden\'}); %>\n\n  <% }); %>\n  \n  \n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['documents/_document'] = P.views.shared.template('<div class="document">\n  <a href="<%= model.get(\'attachment_url\') %>" target="_blank">\n		<img src="assets/images/application/document/file_type_icons/<%= model.get(\'icon_type\') %>.png">\n		<span class="title"><%= model.get(\'name\') %></span>\n	</a>\n</div>\n');
window.JST['documents/_index'] = P.views.shared.template('<div class="control_bar">\n  <button class="add" data-button=\'{"icons": {"primary":"ui-icon-plus"}}\'>Add</button>\n  <button class="destroy" data-button=\'{"icons": {"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n\n<div class="table"></div>\n');
window.JST['groups/levels/_level'] = P.views.shared.template('<span class="level"><%= model.get(\'name\') %></span>');
window.JST['groups/_navigation'] = P.views.shared.template('<div class="control_bar">\n  <button class="remove"><%= locales.t(\'leave_group\') %></button>\n  <button class="add"><%= locales.t(\'join_group\') %></button>\n  <button class="message"><%= locales.t(\'message_group\') %></button>\n  <button class="edit"><%= locales.t(\'edit_group\') %></button>\n</div>\n');
window.JST['groups/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {\'class\': \'groups-form\'}, function(f){ %>\n  <% f.inputs({\'class\': \'groups-form-basics\'}, function(){ %>\n\n    <% f.input(\'name\'); %>\n    <% f.input(\'blurb\', {as: \'text\', input_html: {cols: 42, rows: 5, \'class\': \'blurb\'}}); %>\n    <!-- <% f.input(\'link_list\', {as: \'text\', label: locales.t(\'links_list\'), input_html: {rows: 2, \'class\': \'link_list\'}}); %> -->\n    \n    <% if (view.options.showPhotoControl) { %>\n      <% f.input(\'logo\', {as: \'file\', input_html: {\'class\': \'photo\'}}); %>\n      <% f.input(\'logo_url\', {as: \'hidden\'}); %>\n    <% }; %>\n\n  <% }); %>\n\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['groups/show'] = P.views.shared.template('<div class="main">\n  <div class="navigation"></div>\n  <div class="group">\n    <h2 class="name"><span itemprop="name"></span></h2>\n    <div class="blurb"></div>\n	<div class="users"></div>\n  </div>\n\n  <!-- <div class="search"></div>\n  <div style="clear: both; float: none;">\n    <div class="users"></div>\n  </div> -->\n\n  <div class="discussions"></div>\n</div>\n\n<div class="sidebar">\n  <div class="documents"></div>\n  <div class="links"></div>\n  <div class="posts"></div>\n  <div class="tweets"></div>\n</div>\n');
window.JST['groups/_shared_form'] = P.views.shared.template('<% f.input(\'blurb\', {as: \'text\', input_html: {cols: 42, rows: 5, \'class\': \'blurb\'}}); %>\n<% f.input(\'link_list\', {as: \'text\', label: \'Link(s)\', input_html: {rows: 2, \'class\': \'link_list\'}}); %>\n<% f.input(\'logo\', {as: \'file\', input_html: {\'class\': \'photo\'}}); %>\n<% f.input(\'logo_url\', {as: \'hidden\'}); %>\n');
window.JST['groups/index'] = P.views.shared.template('<div class="main">  \n  <div class="groups-search"></div>\n  <div class="groups"></div>\n</div>\n<div class="sidebar">\n  <div class="my-groups"></div>\n</div>\n');
window.JST['groups/_card'] = P.views.shared.template('<div class="group_header">\n  <a class="title" href="#groups/<%= model.id %>">\n    <span itemprop="name" class="name"></span>\n  </a>\n\n  <span itemprop="memberships_count" class="count"></span>\n\n</div>\n\n<div class="clear extra">\n  <div class="members"></div>\n\n  <div class="details">\n    <span class="discussions_count">\n      <span class="bold">Conversations:</span>  <span itemprop="discussions_count" class="count"></span>\n    </span>\n    <span class="documents_count">\n      <span class="bold">Documents:</span>  <span itemprop="documents_count" class="count"></span>\n    </span>\n  </div>\n\n</div>\n');
window.JST['groups/_group'] = P.views.shared.template('<a href="<%= model.fragment() %>"><%= model.get(\'name\') %></a>');
window.JST['groups/_small_group'] = P.views.shared.template('<a href="#groups/<%= model.id %>">\n  <span itemprop="name" class="name"></span>\n  (<span itemprop="memberships_count"></span>)\n</a>\n');
window.JST['groups/_tag_group'] = P.views.shared.template('<span itemprop="name" <% if (view.options.truncate) { %> data-truncate=\'{"length": <%= view.options.truncate %>}\'<% } %> class="name">\n</span>&nbsp;<span itemprop="memberships_count" class="count"></span>\n');
window.JST['groups/edit'] = P.views.shared.template('<div class="main">\n  <a href="#groups">&laquo; All Groups</a>\n  <div class="tabs"></div>\n  <div class="form"></div>\n  <div class="memberships"></div>\n  <div class="documents"></div>\n  <div class="affiliations"></div>\n</div>\n<div class="sidebar">\n  <div class="group"></div>\n</div>\n\n');
window.JST['messages/mail/_form'] = P.views.shared.template('<%this.semantic_fields_for(model, function(f){%>\n  <%f.inputs(function(){%>\n      For <span class="events"></span>, use <span class="templates"></span>\n  <%});%>\n<%});%>\n');
window.JST['community_settings/_form'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){%>\n  <% f.inputs(function(){ %>\n    <% f.input(\'default_locale\', {as: \'select\', collection: _.keys(P.community.locales.translations)}); %>\n    <% f.input(\'show_user_tweets\', {as: \'boolean\', label: \'Show user tweets and posts\'}); %>\n    <% f.input(\'public\', {as: \'select\', collection: {\'Public, anyone can view\': true, \'Private, only registered attendees can view\': false}}); %>\n    <% f.input(\'email_from_address\'); %>\n    <% f.input(\'max_msg_recipients\', {label: \'Max number of recipients for private messages\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['discussions/messages/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n\n  <% f.input(\'body\', {as: \'text\', label: locales.t(\'reply_to_all\'), input_html: {\'class\': \'body\', cols: 40, rows: 20}}); %>\n  \n  <div class="controls"></div>\n  \n<% }); %>\n');
window.JST['discussions/messages/_message'] = P.views.shared.template('<div class="title">\n  <a href="<%= model.fragment() %>">\n    <%= model.discussion.get(\'subject\') %>\n  </a>\n</div>\n<div class="summary" itemprop="body" data-truncate="{"length": 115, "words": true, "noBreaks": true}"></div>\n<time class="created_at" itemprop="created_at" data-format="timeago"></time>\n');
window.JST['discussions/messages/_bubble_message'] = P.views.shared.template('<div class="span-24 last container">\n  <div class="span-8 author">\n    <div class="user"></div>\n  </div>\n\n  <div class="span-16 last bubble">\n    <div class="title">\n      <div class="created_at">\n        <time class="friendly" itemprop="created_at" data-format="MMMM Do, h:mm a"></time>\n        (<time class="ago" itemprop="created_at" data-format="timeago"></time>)\n      </div>\n      <% if (model.user.id == P.user.id) { %>\n        <a href="#" title="Delete this message" class="destroy">\n          <span class="ui-icon ui-icon-trash"></span>\n        </a>\n      <% } %>\n\n      <a href="#" title="Reply privately to <%= model.user.get(\'full_name\') %>" class="reply">\n        <span class="ui-icon ui-icon-arrowreturnthick-1-w"></span>\n      </a>\n\n    </div>\n    <div class="content">\n      <div class="body"><%= model.get(\'body\') %></div>\n      <div class="controls"></div>\n    </div>\n  </div>\n</div>\n');
window.JST['discussions/messages/_list_item'] = P.views.shared.template('<div class="user-card"></div>\n<time class="created_at" itemprop="created_at" data-format="timeago"></time>\n<article>\n  <div itemprop="body"></div>\n</article>\n\n<div class="controls">  \n  <span class="destroy"></span>\n  <span class="reply"></span>\n  <span class="reply_all"></span>  \n</div>\n');
window.JST['discussions/discussions/_extra'] = P.views.shared.template('<div class="view-all">\n  <div class="empty">\n    <p><%= locales.t(\'no_discussions_yet\') %></p>\n    <div class="be_first"><%= locales.t(\'be_first\') %></div>\n  </div>\n  \n  <a href="#discussions" class="count"><%= locales.t(\'view_all_discussions\') %> &raquo;</a>\n</div>\n\n<div class="controls"></div>\n');
window.JST['discussions/discussions/_form'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <div class="form_container">\n    <% f.inputs(function(){ %>\n      <p class="inline-hints">\n        <%= locales.t(\'discussion_form_note\') %>\n      </p>\n\n      <% f.input(\'to\', {as: \'auto_suggest\', input_html: {\'class\': \'discussion_to\'}}); %>\n    \n      <% f.input(\'subject\', {as: \'string\', input_html: {\'class\': \'subject\'}}); %>\n\n      <div class="text required" id="discussion_messages_attributes_0_body_input">\n        <textarea class="discussion_body" id="discussion_messages_attributes_0_body" name="discussion[messages_attributes][0][body]" rows="30"></textarea>\n      </div>\n    <% }); %>\n\n    <% f.buttons(function(){ %>\n      <div class="controls"></div>\n    <% }); %>\n  </div>\n<% }); %>\n');
window.JST['discussions/discussions/_row'] = P.views.shared.template('<td>\n</td>\n<td>\n</td>\n<td>\n  <% for (var i=0; i < model.authors.length; i++) { %>\n  	<%= P.helpers.discussionsHelper.from(model.authors) %>\n  <% } %>\n</td>\n<td>\n  <%= model.get(\'subject\') %>\n</td>\n<td class="created_at datetime">\n  <%= model.get(\'created_at\') %>\n</td>\n<td class="updated_at datetime">\n  <%= model.get(\'updated_at\') %>\n</td>\n');
window.JST['discussions/discussions/_edit'] = P.views.shared.template('<div class="form-container">\n  <div class="form"></div>\n</div>\n\n<div class="groups-container">\n  <div class="groups"></div>\n</div>');
window.JST['discussions/discussions/_discussion'] = P.views.shared.template('<div class="user"></div>\n\n<div class="title">\n  <time itemprop="latest_created_at" class="created_at" data-format="timeago"></time>\n  <a class="subject" href="<%= model.fragment() %>">\n    <%= model.get(\'subject\') %>\n  </a>\n  <span class="count">(<%= model.messages.length %>)</span>\n  <span class="to"></span>\n</div>\n\n<div class="entry">\n  <div class="summary" itemprop="latest_body" data-truncate=\'{"length": 115, "words": true, "noBreaks": true}\'></div>\n</div>\n');
window.JST['discussions/discussions/index'] = P.views.shared.template('<div class="main">\n  <div class="navigation">\n    <div class="controls"></div>\n  </div>\n\n  <div class="table"></div>\n  <div class="discussions"></div>\n</div>\n\n<div class="sidebar list_detail">\n  <div class="detail"></div>\n</div>\n\n');
window.JST['discussions/discussions/_list_item'] = P.views.shared.template('<div class="photo">\n  <a href="#/users/<%= model.messages.length ? model.messages.last().user.get(\'slug\') : \'\' %>">\n    <img src="<%= model.messages.last().user.get(\'photo_url_cropped\') %>">\n  </a>\n</div>\n\n<div class="title">\n  <a href="<%= model.fragment() %>">\n    <span itemprop="subject"></span>\n  </a>\n  <span class="count">(<%= model.messages.length %>)</span>\n</div>\n<time class="created_at">\n  <%= model.messages.length ? jQuery.timeago(model.messages.last().created_at) : \'\' %>\n</time>\n\n<div class="content">\n  <%= model.messages.length ? model.messages.last().get(\'body\') : \'\' %>\n</div>\n');
window.JST['discussions/discussions/_detail'] = P.views.shared.template('<section class="subject_section">\n  <div class="discussion_subject" itemprop="subject"></div>\n</section>\n\n<section class="to_section">\n  <span class="heading"><%= locales.t(\'discussion_with\') %>:</span>\n  <span class="to"></span>\n</section>\n\n<div class="messages"></div>\n<div class="form"></div>\n');
window.JST['discussions/discussions/_title'] = P.views.shared.template('<div class="title-item">\n  <div class="title">To:</div>\n  <div class="item">\n    <div class="to"></div>\n  </div>\n</div>\n\n<div class="title-item">\n  <div class="title">Subject:</div>\n  <div class="item">\n    <div class="subject"><%= model.get(\'subject\') %></div>\n  </div>\n</div> ');
window.JST['discussions/discussions/_subject'] = P.views.shared.template('<span class="groups"></span>\n<span class="subject"><%= model.get(\'subject\') %></span>\n');
window.JST['host/meetings/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#meetings/<%= view.options[\'private\'] ? \'private\' : \'public\' %>/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n  <button class="edit-settings" data-button=\'{"icons":{"primary":"ui-icon-wrench"}}\'>Edit Settings</button>\n</div>\n<div class="table span-19 append-1 last">\n</div>\n');
window.JST['host/users/_extra'] = P.views.shared.template('<% this.semantic_form_for(model, {}, function(f){ %>\n  <% f.inputs(function(){ %>\n    <% f.input(\'authentication_url\', {label: \'Authorizing URL\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/users/_edit'] = P.views.shared.template('<div class="tabs"></div>\n<div class="form"></div>\n<div class="extra"></div>\n');
window.JST['host/users/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#users/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="edit" data-button=\'{"icons":{"primary":"ui-icon-pencil"}}\'>Edit</button>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n  <button class="message" data-button=\'{"icons":{"primary":"ui-icon-mail-closed"}}\'>Message</button>\n</div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['host/imports/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#<%= view.options.type %>/imports/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="imports-table span-19 append-1 last"></div>\n');
window.JST['host/user_datafeeds/index'] = P.views.shared.template('<div class="controls"></div>\n<div class="user_datafeeds-table span-19 append-1 last"></div>\n');
window.JST['host/user_datafeeds/_cvent'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'auth_token\', {label: \'Account Number\'}); %>\n    <% f.input(\'user_name\', {label: \'Username\'}); %>\n    <% f.input(\'password\'); %>\n    <% f.input(\'external_event_id\', {label: \'Event ID\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/user_datafeeds/_amiando'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'auth_token\', {label: \'API Key\', hint: \'located under the "Permissions" link, in event settings, on Amiando web site\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/user_datafeeds/_eventbrite'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'user_name\', {label: \'Email\'}); %>\n    <% f.input(\'password\', {hint: \'Don&quot;t have an EventBrite account to sell tickets? <a href="http://www.eventbrite.com/r/pathable" target="_EventBrite">Create one</a>!\'}); %>\n    <% f.input(\'external_event_id\', {label: \'Event ID\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/user_datafeeds/_reg_online'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'user_name\', {label: \'Username\'}); %>\n    <% f.input(\'password\'); %>\n    <% f.input(\'external_event_id\', {label: \'Event ID\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/groups/_edit'] = P.views.shared.template('<div class="tabs"></div>\n<div class="form"></div>\n<div class="memberships"></div>\n<div class="documents"></div>\n<div class="affiliations"></div>\n');
window.JST['host/groups/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#groups/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="table span-19 append-1 last">\n</div>\n');
window.JST['host/messages/mail/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs(function(){ %>\n    \n    <% f.inputs(function(){ %>\n      <span class="selected-count">0</span> users selected\n    <% }); %>\n    \n		<% f.input(\'template_id\', {label: \'Template\', as: \'select\', collection: pages}); %>\n		\n		<% f.buttons(function(){ %>\n        <div class="controls"></div>\n    <% }); %>    \n	<% }); %>\n<% }); %>');
window.JST['host/import_mappings/_form'] = P.views.shared.template('<label for="<%= options.mapper %>_import_mappings_attributes_<%= options.index %>_to_column"><%= model.fromColumnLabel() %></label>\n<% if(model.get(\'id\')) { %>\n  <input type="hidden" name="<%= options.mapper %>[import_mappings_attributes][<%= options.index %>][id]" value="<%= model.get(\'id\') %>">\n<% } %>\n<select id="<%= options.mapper %>_import_mappings_attributes_<%= options.index %>_to_column" name="<%= options.mapper %>[import_mappings_attributes][<%= options.index %>][to_column]">\n  <option value="">(do not map)</option>\n  <% var renderOption = function (value, label) { %>\n    <option value="<%= value %>" <%= value == model.get(\'to_column\') ? \'selected="selected"\' : \'\' %>><%= label %></option>\n  <% }; %>\n  <% for(var target in options.targets) { %>\n    <% if(typeof options.targets[target] == \'object\') { %>\n      <optgroup label="<%= target %>">\n      <% var subtargets = options.targets[target]; %>\n      <% for(var sub in subtargets) { %>\n        <%= renderOption(sub, subtargets[sub]) %>\n      <% } %>\n    <% } else { %>\n    <%= renderOption(target, options.targets[target]) %>\n    <% } %>\n  <% } %>\n</select>\n<input type="hidden" name="<%= options.mapper %>[import_mappings_attributes][<%= options.index %>][from_column]" value="<%= model.get(\'from_column\') %>">\n');
window.JST['host/events/index'] = P.views.shared.template('<div class="controls"></div>\n  <div class="events-table span-19 append-1 last">\n</div>\n');
window.JST['host/organizations/index'] = P.views.shared.template('<div class="control_bar">\n  <a href="#organizations/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n  <button class="message" data-button=\'{"icons":{"primary":"ui-icon-mail-closed"}}\'>Message Admins</button>\n</div>\n<div class="table span-19 append-1 last">\n</div>\n');
window.JST['host/templates/index'] = P.views.shared.template('<div class="controls"></div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['host/communities/_chart'] = P.views.shared.template('<select></select>\n\n<div></div>\n');
window.JST['host/communities/show'] = P.views.shared.template('<div class="controls"></div>\n\n<h2>Activity Overview</h2>\n\n<div class="chart"></div>\n\n<% if(P.association.stats.length) { %>\n  <h3>Current Stats</h3>\n  <table class="community-stats">\n    <tbody>\n      <% P.association.stats.each(function (stat) { %>\n        <tr>\n         <th><%= stat.label() %></th>\n         <td><%= stat.get(\'value\') %></td>\n        </tr>\n      <% }); %>\n    </tbody>\n  </table>\n<% } %>\n');
window.JST['host/reports/overview'] = P.views.shared.template('<div class="chart"></div>\n');
window.JST['host/themes/form'] = P.views.shared.template('<h2>Theme</h2>\n\n<div class="span-19 append-1 last">\n\n  <% this.semantic_form_for(model, {\'class\': \'theme-form\'}, function(f){ %>\n      <% f.inputs({\'class\': \'theme-form-customize\'}, function(){ %>\n\n        <% f.input(\'style_info\', { as: \'text\'}); %>\n\n      <% }); %>\n      <% f.buttons(function(){ %>\n         <input class="edit" id="theme_edit_submit" name="commit" type="submit" value="Update">\n      <% }); %>\n  <% }); %>\n\n\n</div>\n\n');
window.JST['host/questions/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#questions/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['tweets/index'] = P.views.shared.template('<div class="main">\n  <div class="tweets"></div>\n</div>\n\n<div class="sidebar">\n</div>\n');
window.JST['tweets/_tweet'] = P.views.shared.template('<div class="entry tweet">\n  <% if (!_.include(options.exclude, \'photo\')) { %>\n    <div class="avatar"><img src="<%= model.get(\'author_avatar\') %>"></div>\n  <% }; %>\n  <% if (!_.include(options.exclude, \'summary\')) { %>\n    <div class="summary">\n      <% if (!_.include(options.exclude, \'display_name\')) { %>\n        <% if (model.owners.first()) { %>\n          <a href="<%= model.owners.first().fragment() %>">\n            <span class="display_name">\n              <%= model.owners.first().formattedName(\'medium\') %>\n            </span>\n          </a>\n        <% } else { %>\n          <a href="<%= model.externalURL() %>">\n            <span class="display_name">\n              <%= model.get(\'author_username\') %>\n            </span>\n          </a>\n        <% } %>\n      <% } %>\n      <% if (!_.include(options.exclude, \'tweet_icon\')) { %>\n        <img class="ui-icon" width="16" height="16" src="<%= model.get(\'favicon_url\') %>">\n      <% } %>\n      <p><%= window.twttr.txt.autoLink(model.get(\'summary\')) %></p>\n      <% if (!_.include(options.exclude, \'published_at\')) { %>\n        <time class="published_at" itemprop="published_at" data-format="timeago"></time>\n      <% } %>\n    </div>\n  <% } %>  \n</div>');
window.JST['entries/_entry'] = P.views.shared.template('<% var transform = (model instanceof P.models.feeds.Tweet ? window.twttr.txt.autoLink : function(s){return s;}); %>\n<div class="entry <%= model.className.underscore().pluralize() %>">\n  <div class="title">\n    <a target="_blank" href="<%= model.get(\'url\') %>"><%= model.get(\'title\') %></a>\n  </div>\n  <% if (!_.include(options.exclude, \'summary\')) { %>\n    <div class="summary"><%= transform(model.get(\'summary\')) %></div>\n  <% } %>\n  <% if (!_.include(options.exclude, \'published_at\')) { %>\n    <time class="published_at" itemprop="published_at" data-format="timeago"></time>\n  <% } %>\n</div>\n');
window.JST['events/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {}, function(f){ %>\n  <% f.inputs(function(){ %>\n\n    <% f.input(\'name\'); %>\n    <% f.input(\'domain\'); %>\n    <div class="event_starts_ends">\n      <label>Event Dates</label>\n    </div>\n    <p class="inline">\n      <span class="starts_at"><input type="text"></span> to\n      <span class="ends_at"><input type="text"></span>\n    </p>\n\n<!--<% f.input(\'blurb\', {as: \'text\', input_html: {cols: 42, rows: 5}}); %>-->\n\n    <% f.input(\'time_zone\', {as: \'time_zone_select\', include_blank: true}); %>\n    <div class="twitters"></div>\n    <div class="settings"></div>\n  <% }); %>\n\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['events/_event'] = P.views.shared.template('<div class="events item">\n  <a href="<%= model.rootUrl() %>"><%= model.get(\'name\') %></a>\n  <% if(model.get(\'starts_at_local\')) { %>\n    <time class="starts_at" itemprop="starts_at_local" data-format="MMM Do, YYYY"></time>\n    <% if(model.isMultiDay()) { %>\n      to\n      <time class="ends_at" itemprop="ends_at_local" data-format="MMM Do, YYYY"></time>\n    <% } %>\n  <% } %>\n</div>\n');
window.JST['events/_private'] = P.views.shared.template('<p>Sorry, this event is private.</p>\n<p>Please <a href="#session/new">login</a></p>\n');
window.JST['memberships/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <div class="users"></div>\n  \n  <% f.inputs(function(){ %>\n    <% f.input(\'user\', {required: true, as: \'auto_suggest\', input_html: {\'class\':\'memberships-users\'}}); %>\n    \n    <% if (f.model instanceof P.models.Group) { %>\n      <% f.input(\'question_id\', {as: \'select\', label: \'Question\', collection: P.community.questions}); %>\n    <% }; %>\n\n    <% f.input(\'roles\', {as: \'check_boxes\', collection: [\'admin\', \'organizer\', \'uploader\']}); %>\n    \n    <% if (f.model instanceof P.models.Attendance && f.model.group.get(\'private\')) { %>\n      <% f.input(\'status\', {as: \'select\', collection: P.community.calendar.get(\'valid_attendance_statuses\'), include_blank: true}); %>\n    <% }; %>\n    \n    <% f.input(\'ribbon_id\', {as: \'select\', label: \'Ribbon\', include_blank: true, collection: P.community.ribbons}); %>\n    \n    \n  <% }); %>\n  \n  \n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['memberships/my/_form'] = P.views.shared.template('<p>To which question should this group membership apply?</p>\n<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs(function(){ %>\n    <% f.input(\'question_id\', {as: \'select\', label: \'Question\', collection: P.association.questions}); %>\n  <% }); %>\n  \n  \n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['memberships/_index'] = P.views.shared.template('<div class="control_bar">\n  <button class="add" data-button=\'{"icons": {"primary":"ui-icon-plus"}}\'><%= locales.t(\'add\') %></button>\n  <button class="destroy" data-button=\'{"icons": {"primary":"ui-icon-trash"}}\'><%= locales.t(\'remove\') %></button>\n</div>\n\n<div class="table"></div>\n');
window.JST['posts/index'] = P.views.shared.template('<div class="main">\n  <div class="posts"></div>\n</div>\n\n<div class="sidebar">\n</div>\n');
window.JST['organizations/_navigation'] = P.views.shared.template('<div class="control_bar">\n  <!--<button class="message"><%= locales.t(\'message_group\') %></button>-->\n  <button class="edit"><%= locales.t(\'edit_organization\') %></button>\n</div>\n');
window.JST['organizations/show'] = P.views.shared.template('<div class="main">\n  <div class="navigation"></div>\n  <div class="inline-level"><div id = "level"></div></div>\n  <div class="name"></div>\n  <div class="logo"></div>\n  <div class="blurb"></div>\n  <div class="tags"></div>\n  <div class="members"></div>\n</div>\n\n<div class="sidebar">\n  <div class="links"></div>\n  <div class="documents"></div>\n</div>\n');
window.JST['organizations/_blurb'] = P.views.shared.template('<div class="blurb">\n  <%= model.get(\'blurb\') %>\n</div>\n');
window.JST['organizations/index'] = P.views.shared.template('<div class="main">\n  <div class="organizations-search"></div>\n  <div class="organizations-list"></div>\n</div>\n');
window.JST['organizations/_booth'] = P.views.shared.template('<% if (model.get(\'booth\')) { %>\n  <span class="booth">\n    <span class="label uppercase"><%= locales.t(\'booth\') %>:</span>\n    <%= model.get(\'booth\') %>\n  </span>\n<% } %>\n');
window.JST['organizations/_card'] = P.views.shared.template('<% include = options.include || []; %>\n<div class="level"></div>\n<div class="name"></div>\n<div class="logo"></div>\n<div class="booth"></div>\n\n<!-- <div class="blurb"></div> -->\n\n\n\n');
window.JST['organizations/_organization'] = P.views.shared.template('<% if (options.nameFormat == \'photo\') { %>\n  <div class="level"></div>\n  <div class="photo">\n    <a href="<%= model.fragment() %>" class="<%= options.logo_size %>">\n      <img itemprop="logo_url_<%= options.logo_size %>">\n    </a>\n  </div>\n<% } else { %>\n  <div class="name">\n    <a href="<%= model.fragment() %>" title="<%= model.get(\'name\')%>"><%= model.get(\'name\')%></a>\n  </div>\n<% }; %>');
window.JST['organizations/_name'] = P.views.shared.template('<div class="organization name">\n  <a href="<%= model.fragment() %>" title="<%= model.get(\'name\')%>"><%= model.get(\'name\')%></a>\n\n  <% if (model.get(\'booth\')) { %>\n    <span class="booth">\n      <span class="label uppercase"><%= locales.t(\'booth\') %>:</span>\n      <%= model.get(\'booth\') %>\n    </span>\n  <% } %>\n  \n</div>\n');
window.JST['organizations/_logo'] = P.views.shared.template('<div class="logo">\n  <a href="<%= model.fragment() %>" class="<%= options.logo_size %>">\n    <img itemprop="logo_url_<%= options.logo_size %>">\n  </a>\n</div>\n');
window.JST['organizations/_small_card'] = P.views.shared.template('<% include = options.include || []; %>\n\n<a class=\'logo\' href="<%= model.fragment() %>">\n  <img itemprop="logo_url_cropped">\n</a>\n<% if (_.include(options.include, \'name\')) { %>\n  <div class="name">\n    <%= model.get(\'name\') %>\n  </div>\n<% } %>\n');
window.JST['text_editor/_token_picker'] = P.views.shared.template('<form class="wysiwyg token-picker">\n  <p>Click a link below to customize this template for each user, community and event.</p>\n  \n  <div class="token-set">\n    <div class="title">User tokens</div>\n    <ul class="tokens">\n      <li><a href="#" data-token="user.first_name">First name</a></li>\n      <li><a href="#" data-token="user.last_name">Last name</a></li>\n      <li><a href="#" data-token="user.full_name">Full name</a></li>\n      <li><a href="#" data-token="user.authentication_url">Authentication URL</a></li>\n      <li><a href="#" data-token="user.primary_email">Primary email</a></li>\n      <li><a href="#" data-token="user.title">Title</a></li>\n      <li><a href="#" data-token="user.credentials">Credentials</a></li>\n      <li><a href="#" data-token="user.organization_name">Organization name</a></li>\n      <li><a href="#" data-token="user.bio">Bio</a></li>\n      <li><a href="#" data-token="user.updated_at">Last updated at</a></li>\n    </ul>\n  </div>\n  \n  <div class="token-set">\n    <div class="title">Community tokens</div>\n    <ul class="tokens">\n      <li><a href="#" data-token="community.name">Name</a></li>\n      <li><a href="#" data-token="community.domain">Domain</a></li>\n      <li><a href="#" data-token="community.time_zone">Time zone</a></li>\n    </ul>\n  </div>\n  \n  <div class="token-set">\n    <div class="title">Event tokens</div>\n    <ul class="tokens">\n      <li><a href="#" data-token="event.name">Name</a></li>\n      <li><a href="#" data-token="event.starts_at">Start date/time</a></li>\n      <li><a href="#" data-token="event.ends_at">End date/time</a></li>\n      <li><a href="#" data-token="event.blurb">Blurb</a></li>\n    </ul>\n  </div>\n</form>');
window.JST['mobile/meetings/show'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1>Meeting</h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content" class="meetings show">\n  <div class="navigation"></div>\n  <h3 itemprop="friendly_name"></h3>\n  <p class="timestamp">\n    <time itemprop="starts_at_local" data-format=\'dddd MMM Do\'></time>\n    <br/>\n    <time itemprop="starts_at_local" data-format=\'h:mm a\'></time>\n    to\n    <time itemprop="ends_at_local" data-format=\'h:mm a\'></time>\n    <br/>\n    <span itemprop="location_name"></span>\n  </p>\n  <p class="labels"></p>\n  <p itemprop="blurb"></p>\n  <div class="speakers"></div>\n\n  <ul data-role="listview" data-inset="true">\n    <li>\n      <a href="#meetings/<%= model.id %>/documents">\n        Hand-outs\n      </a>\n      <span class="ui-li-count documents_count"></span>\n    </li>\n    <li>\n      <a href="#meetings/<%= model.id %>/discussions">\n        Conversations\n      </a>\n      <span class="ui-li-count discussions_count"></span>\n    </li>\n    <li>\n      <a href="#meetings/<%= model.id %>/attendees">\n        Attendees\n      </a>\n      <span class="ui-li-count attendees_count"></span>\n    </li>\n  </ul>\n</div>\n');
window.JST['mobile/meetings/_date'] = P.views.shared.template('<a href="#meetings/<%= view.options.route ? view.options.route + \'/\' : \'\' %><%= moment(model.get(\'key\')).format(\'YYYY-M-D\') %>">\n  <time itemprop="key" data-format="ddd MMM Do, YYYY"></time>\n  <span class="ui-li-count" itemprop="length"></span>\n</a>\n');
window.JST['mobile/meetings/index'] = P.views.shared.template('<div data-role="header" data-theme="x">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= view.options.route == \'my\' ? \'My Schedule\' : \'Full Schedule\' %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div class="my-schedule center">\n    <a data-inline="true" data-role="button" href="#meetings/my">My Schedule</a>\n  </div>\n</div>\n');
window.JST['mobile/meetings/day'] = P.views.shared.template('<div data-role="header" data-theme="x">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= moment(view.date).format(\'ddd MMM Do\') %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n  <div data-role="navbar" data-theme="x">\n    <ul>\n      <li>\n        <span class="prev" style="display: none;">\n          <a href="#meetings" data-icon="arrow-l" data-iconpos="top">\n            <span class="ui-btn-text"></span>\n          </a>\n        </span>\n      </li>\n      <li>\n        <span class="next" style="display: none;">\n          <a href="#meetings" data-icon="arrow-r" data-iconpos="top">\n            <span class="ui-btn-text"></span>\n          </a>\n        </span>\n      </li>\n    </ul>\n  </div>\n</div>\n\n<div data-role="content">\n</div>\n');
window.JST['mobile/meetings/_labels'] = P.views.shared.template('<% collection.each(function(model){ %>\n  <span style="color: <%= model.get(\'color\') || \'inherit\' %>;">\n    <%= model.get(\'name\') %>\n  </span>\n  &nbsp;\n<% }); %>\n');
window.JST['mobile/meetings/_meeting'] = P.views.shared.template('<a href="<%= model.fragment() %>">\n  <h4 itemprop="friendly_name"></h4>\n  <p>\n    <time itemprop="starts_at_local" data-format="h:mm a"></time>\n    to\n    <time itemprop="ends_at_local" data-format="h:mm a"></time>\n    <span itemprop="location_name"></span>\n  </p>\n  <p class="labels"></p>\n</a>\n');
window.JST['mobile/users/show'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1>Attendee</h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content" class="users show">  \n  <div class="button_holder">    \n    <a href="#meetings/private&user_id=<%=model.id%>" data-role="button" data-theme="e" data-icon="arrow-r">Meet</a>      \n    <a href="#" class="create-contact" data-role="button" data-theme="e" data-icon="star" style="display: none;">Add to contacts</a>\n    <a href="#" class="destroy-contact" data-role="button" data-theme="e" data-icon="star" style="display: none;">Remove from contacts</a>\n    <a href="#discussions/new&user_id=<%=model.id%>" data-role="button" data-theme="e" data-icon="refresh">Message</a>\n  </div>\n\n  <a href="#" class="photo_link">\n    <img itemprop="photo_url_cropped">\n  </a>\n  \n  <h3 class="name">\n    <div class="ribbons"></div>\n    <span itemprop="full_name"></span>\n    <span itemprop="credentials" data-empty="hidden"></span>\n  </h3>\n  <p class="title" itemprop="title" data-empty="hidden"></p>\n  <p class="title" itemprop="organization_name" data-empty="hidden"></p>\n  <span class="categories"></span>\n  <hr/>\n\n  <p itemprop="bio"></p>\n  <div class="links"></div>\n  <div class="posts"></div>\n  <div class="tweets"></div>\n\n  <div class="groups"></div>\n  \n\n</div>\n');
window.JST['mobile/users/index'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= view._title() %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div class="search"></div>\n</div>\n');
window.JST['mobile/users/show_photo'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1 itemprop="full_name"></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div class="full_photo">\n    <img itemprop="photo_url_full">\n  </div>\n</div>\n');
window.JST['mobile/users/_user'] = P.views.shared.template('<a href="<%= model.fragment() %>">\n  <span class="photo">\n    <img itemprop="photo_url_cropped">\n  </span>\n  <h3>\n    <span class="categories"></span>\n    <span itemprop="full_name"></span>\n    <span itemprop="credentials"></span>\n  </h3>\n  <p>\n    <span itemprop="title"></span>\n    <% if (model.get(\'title\')) { %>\n      <br>\n    <% } %>\n    <span itemprop="organization_name"></span>\n  </p>\n  <div class="ribbons"></div>\n</a>\n');
window.JST['mobile/search/index'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1>Explore</h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <ul data-role="listview" data-inset="true">\n    <li><a href="#users">Attendees</a></li>\n    <li class="contacts"><a href="#contacts">Contacts</a></li>\n    <li class=\'exhibitors\'><a href="#exhibitors">Sponsors / Exhibitors</a></li>\n    <li><a href="#groups">Groups</a></li>\n    <li class=\'inbox\'><a href="#inbox">Inbox</a></li>\n  </ul>\n</div>\n');
window.JST['mobile/ribbons/_ribbon'] = P.views.shared.template('<%= model.get(\'name\') %>');
window.JST['mobile/groups/index'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1>Groups</h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div class="search"></div>\n</div>\n');
window.JST['mobile/groups/_group'] = P.views.shared.template('<a href="#groups/<%= model.id %>">\n  <h4 itemprop="name"></h4>\n</a>\n');
window.JST['mobile/discussions/discussions/show'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= view._title() %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content" class="inbox show">\n  <section class="subject_section">\n    <div class="discussion_subject" itemprop="subject"></div>\n  </section>\n\n  <section class="to_section">\n    <span class="heading">To:</span>\n    <span class="to"></span>\n  </section>\n\n  <div class="messages"></div>\n  \n  <div class="form"></div>\n</div>\n');
window.JST['mobile/discussions/discussions/index'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= view._title() %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content" class="inbox index">\n  <div class="button_holder center">\n    <div data-role="controlgroup" data-type="horizontal">\n      <a href="#discussions/new" data-role="button" data-inline="true" data-theme="e" data-icon="refresh">Start a Conversation</a>\n    </div>\n  </div>\n  <div class="discussions"></div>\n</div>');
window.JST['mobile/tweets/_tweet_item'] = P.views.shared.template('<a href="<%= model.get(\'url\') %>">\n  <%= model.get(\'summary\')  %>\n</a>');
window.JST['mobile/posts/_post_item'] = P.views.shared.template('<a href="<%= model.get(\'url\') %>">\n  <%= model.get(\'title\') || model.get(\'url\') %>\n</a>\n');
window.JST['mobile/organizations/show'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <% if( model.get(\'sponsor\')){ %>\n    <h1>Sponsor</h1>\n  <% } else { %>\n    <h1>Exhibitor</h1>\n  <% } %>\n\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content" class="organizations show">\n  <h1 data-attr="organization_name" itemprop="name"></h1>\n  <div class="organization_logo"><img itemprop="logo_url_full"/></div>\n  <p class="organization_booth" data-attr="organization_booth">BOOTH: <span itemprop="booth"></span></p>\n  <p data-attr="organization_blurb" itemprop="blurb"></p>\n\n  <div class="members"></div>\n  <div class="links"></div>\n  <div class="tags"></div>\n\n</div>\n');
window.JST['mobile/organizations/index'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content" class="organizations index">\n  <div class="more"></div>\n</div>\n');
window.JST['mobile/organizations/_organization'] = P.views.shared.template('<a href="<%= model.fragment() %>">\n  <h4><%= model.get(\'name\') %></h4>\n  <% if (model.get(\'sponsor\')) { %>\n    <span class="sponsor_badge">Sponsor</span>\n  <% } %>\n</a>\n');
window.JST['mobile/communities/show'] = P.views.shared.template('<header data-role="header">\n  <h1>Welcome</h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</header>\n\n<div data-role="content" class="content">\n  <div class="banner"></div>\n  <!-- Wrap buttons for show/hiding or jQuery will set to display: inline, killing jQm styling. -->\n  <div class="center">\n    <span class="login">\n      <a data-inline="true" href="#signin" data-role="button">Sign In</a>\n    </span>\n  </div>\n  <ul data-role="listview" data-inset="true">\n    <li class="my-schedule"><a href="#meetings/my">My Schedule</a></li>\n    <li><a href="#meetings">Full Schedule</a></li>\n    <li><a href="#users">Attendees</a></li>\n    <li class="exhibitors" style="display: none;"><a href="#exhibitors">Sponsors / Exhibitors</a></li>\n    <li><a href="#groups">Groups</a></li>\n    <li><a href="#discussions">Discussions</a></li>\n    <li class="inbox"><a href="#inbox">Inbox</a></li>\n    <li class="contacts"><a href="#contacts">Contacts</a></li>\n  </ul>\n</div>\n\n<div data-role="footer">\n  <div data-role="navbar">\n    <ul>\n      <li class="logout">\n        <a href="#signout">Sign Out</a>\n      </li>\n    </ul>\n  </div>\n</div>\n');
window.JST['mobile/links/_link_item'] = P.views.shared.template('<a href="<%= model.get(\'url\') %>">\n  <%= model.get(\'title\') || model.get(\'url\') %>\n</a>');
window.JST['mobile/sessions/_form'] = P.views.shared.template('<form>\n  <ul data-role="listview" data-inset="true">\n    <li data-role="fieldcontain">\n      <label for="user_email">Email</label>\n      <input type="email" id="user_email" name="user[email]">\n    </li>\n    <li data-role="fieldcontain">\n      <label for="user_password">Password</label>\n      <input type="password" id="user_password" name="user[password]">\n    </li>\n    <li class="ui-body">\n      <input type="submit" value="Sign In">\n    </li>\n    <a href="#reset_password" data-role="button">Reset Password</a>\n    <li data-role="fieldcontain">\n    </li>\n\n  </ul>\n</form>\n');
window.JST['mobile/sessions/new'] = P.views.shared.template('<div data-role="header" data-position="inline">\n  <h1>Log In</h1>\n</div>\n<div data-role="content">\n</div>\n');
window.JST['templates/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {\'class\': \'templates-form\'}, function(f){ %>\n  <% f.inputs(function(){ %>\n    <% f.input(\'name\'); %>\n    <% f.input(\'body\', {as: \'text\', input_html: {\'class\': \'body\'}}); %>\n  <% }); %>\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['templates/mail/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {\'class\': \'templates-form\'}, function(f){ %>\n  <% f.inputs(function(){ %>\n    <% f.input(\'role\', {as: \'select\', collection: [\'page\', \'layout\', \'partial\']}); %>\n    <% if (layouts) { %>\n      <% f.input(\'layout_id\', {as: \'select\', label: \'layout\', collection: layouts}); %>\n    <% }; %>\n    <% f.input(\'name\'); %>\n    <% f.input(\'subject\'); %>\n    <% f.input(\'body\', {as: \'text\', input_html: {\'class\': \'body\'}}); %>\n    <% f.input(\'send_preview\', {label: \'Send a preview?\', as: \'boolean\', input_html: {\'class\': \'send_preview\'}}); %>\n  <% }); %>\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['templates/_preview'] = P.views.shared.template('<% if (inIframe) { %>\n  <IFRAME src="#" \n		WIDTH="840" HEIGHT="650" BORDER="0" FRAMEBORDER="0" BORDER="0"\n		name="sesssion_materials_search_iframe"></iframe>	\n<% } else {  %>\n  <div class="templates-preview"></div>\n<% };  %>\n');
window.JST['communities/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {}, function(f){ %>\n  <% f.inputs(function(){ %>\n\n    <% f.input(\'name\'); %>\n    <% f.input(\'domain\'); %>\n    <% f.input(\'time_zone\', {as: \'time_zone_select\', include_blank: true}); %>\n    <div class="twitters"></div>\n    <div class="settings"></div>\n  <% }); %>\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['communities/show'] = P.views.shared.template('<div class="main">\n  <div class="discussions"></div>\n  <div class="discussions-extra"></div>\n  \n  <div class="tweets"></div>\n  <div class="posts"></div>\n</div>\n\n<div class="sidebar">\n  <div class="sponsors"></div>  \n  <div class="connections"></div>\n  <div class="recent"></div>\n  <div class="speakers"></div>\n  <div class="oauth-consumers"></div>\n  <div class="groups"></div>\n  <div class="links"></div>\n  <div class="events"></div>\n</div>\n');
window.JST['communities/_private'] = P.views.shared.template('<% /* Must use &nbsp; before and after event name for IE7. */ %>\n<p>\n  You must be registered for&nbsp;<span class="event"></span>&nbsp;to participate in the\n  community. If you are already registered, click below.\n</p>\n\n<p class="sign_in">\n  <% if (P.in_mobile_view) { %>\n    <div class="button_holder">\n      <div data-role="controlgroup" data-type="horizontal">\n        <a href="#signin" data-role="button" data-inline="true" data-theme="e" data-icon="arrow-r">Sign-in to participate</a>\n      </div>\n    </div>\n  <% } else { %>\n    <a href="#signin" class="signIn button_like">Sign-in to participate</a>\n  <% }; %>\n</p>\n');
window.JST['links/_link'] = P.views.shared.template('<div class="link">\n  <a href="<%= link.get(\'url\') %>" target="_blank">\n    <% if (link.get(\'favicon_url\')) { %>\n      <img class="ui-icon" width="16" height="16" src="<%= link.get(\'favicon_url\') %>">\n    <% } else { %>\n      <span class="ui-icon ui-icon-link"></span>\n    <% } %>\n    <span class="title"><%= link.get(\'title\') || link.get(\'url\') %></span>\n  </a>\n</div>\n');
window.JST['links/_form_part'] = P.views.shared.template('<%this.semantic_fields_for(collection, function(f){%>\n  <%f.inputs(function(){%>\n    <%f.input((field_id||\'links_list\'), {label: (label||locales.t(\'links_list\')), input_html: {rows: 2}, hint: (hint||locales.t(\'links_list_hint\'))});%>\n  <%});%>\n<%});%>\n');
window.JST['sessions/_form'] = P.views.shared.template('<div class="form">\n  <% this.semantic_form_for(model.user, function(f){ %>\n    <div class="form_container">\n      <% f.inputs(function(){ %>\n\n        <% f.input(\'email\'); %>\n        <% f.input(\'password\'); %>\n        <% f.input(\'remember_me\', {as: \'boolean\'}); %>\n      <% }); %>\n\n      <% f.buttons(function(){ %>\n        <div class="controls"></div>\n      <% }); %>\n    </div>\n  <% }); %>\n</div>');
window.JST['sessions/new'] = P.views.shared.template('<div class="span-15 append-9 last">\n  <h2>PLEASE SIGN IN</h2>\n  <div class="sessions-form"></div>\n</div>');
window.JST['sessions/_reset_password_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <p class="inline-hints"><%= locales.t(\'reset_password_form_note\') %></p>\n  <% f.inputs(function(){ %>\n    <% f.input(\'email\'); %>\n  <% }); %>\n\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n\n<% }); %>\n');
window.JST['sessions/reset_password'] = P.views.shared.template('  <h2>Reset Password</h2>\n  <div class="reset-password-form"></div>\n');
window.JST['shared/_rich_text'] = P.views.shared.template('<%= bio %>');
window.JST['shared/_navigation'] = P.views.shared.template('<div class="controls"></div>\n');
window.JST['shared/forms/form'] = P.views.shared.template('<form<%= attrs(options) %>>\n  <% callback(form); %>\n</form>\n');
window.JST['shared/forms/input_select'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<select<%= options.attrs(options.input_html) %>>\n  <% if(options.include_blank){ %><option></option><% } %>\n  <% if (options.collection instanceof P.models.Collection) { %>\n    <% options.collection.each(function(model){ %>\n      <option value="<%= model.id %>"><%= model.get(options.option_text_attr || \'name\') %></option>\n    <% }); %>\n  <% } else { %>\n    <% _.each(options.collection, function(v, k){ %>\n      <option value="<%= v %>"><%= _.isArray(options.collection) ? v : k %></option>\n    <% }); %>\n  <% } %>\n</select>\n');
window.JST['shared/forms/input_boolean'] = P.views.shared.template('<label for="<%= options.id %>">\n  <input type="checkbox"<%= options.attrs(options.input_html) %>>\n  <span><%= options.label %></span>\n</label>\n');
window.JST['shared/forms/input_time_zone_select'] = P.views.shared.template('<% var timeZones = { "Pacific Time (US & Canada)": "America/Los_Angeles", "Mountain Time (US & Canada)": "America/Denver", \n"Central Time (US & Canada)": "America/Chicago",  "Eastern Time (US & Canada)": "America/New_York", "International Date Line West": "Pacific/Midway", "Midway Island": "Pacific/Midway", "Samoa": "Pacific/Pago_Pago", "Hawaii": "Pacific/Honolulu", "Alaska": "America/Juneau", "Tijuana": "America/Tijuana", "Arizona": "America/Phoenix", "Chihuahua": "America/Chihuahua", "Mazatlan": "America/Mazatlan", "Saskatchewan": "America/Regina", "Guadalajara": "America/Mexico_City", "Mexico City": "America/Mexico_City", "Monterrey": "America/Monterrey", "Central America": "America/Guatemala", "Indiana (East)": "America/Indiana/Indianapolis", "Bogota": "America/Bogota", "Lima": "America/Lima", "Quito": "America/Lima", "Atlantic Time (Canada)": "America/Halifax", "Caracas": "America/Caracas", "La Paz": "America/La_Paz", "Santiago": "America/Santiago", "Newfoundland": "America/St_Johns", "Brasilia": "America/Sao_Paulo", "Buenos Aires": "America/Argentina/Buenos_Aires", "Georgetown": "America/Guyana", "Greenland": "America/Godthab", "Mid-Atlantic": "Atlantic/South_Georgia", "Azores": "Atlantic/Azores", "Cape Verde Is.": "Atlantic/Cape_Verde", "Dublin": "Europe/Dublin", "Edinburgh": "Europe/London", "Lisbon": "Europe/Lisbon", "London": "Europe/London", "Casablanca": "Africa/Casablanca", "Monrovia": "Africa/Monrovia", "UTC": "Etc/UTC", "Belgrade": "Europe/Belgrade", "Bratislava": "Europe/Bratislava", "Budapest": "Europe/Budapest", "Ljubljana": "Europe/Ljubljana", "Prague": "Europe/Prague", "Sarajevo": "Europe/Sarajevo", "Skopje": "Europe/Skopje", "Warsaw": "Europe/Warsaw", "Zagreb": "Europe/Zagreb", "Brussels": "Europe/Brussels", "Copenhagen": "Europe/Copenhagen", "Madrid": "Europe/Madrid", "Paris": "Europe/Paris", "Amsterdam": "Europe/Amsterdam", "Berlin": "Europe/Berlin", "Bern": "Europe/Berlin", "Rome": "Europe/Rome", "Stockholm": "Europe/Stockholm", "Vienna": "Europe/Vienna", "West Central Africa": "Africa/Algiers", "Bucharest": "Europe/Bucharest", "Cairo": "Africa/Cairo", "Helsinki": "Europe/Helsinki", "Kyiv": "Europe/Kiev", "Riga": "Europe/Riga", "Sofia": "Europe/Sofia", "Tallinn": "Europe/Tallinn", "Vilnius": "Europe/Vilnius", "Athens": "Europe/Athens", "Istanbul": "Europe/Istanbul", "Minsk": "Europe/Minsk", "Jerusalem": "Asia/Jerusalem", "Harare": "Africa/Harare", "Pretoria": "Africa/Johannesburg", "Moscow": "Europe/Moscow", "St. Petersburg": "Europe/Moscow", "Volgograd": "Europe/Moscow", "Kuwait": "Asia/Kuwait", "Riyadh": "Asia/Riyadh", "Nairobi": "Africa/Nairobi", "Baghdad": "Asia/Baghdad", "Tehran": "Asia/Tehran", "Abu Dhabi": "Asia/Muscat", "Muscat": "Asia/Muscat", "Baku": "Asia/Baku", "Tbilisi": "Asia/Tbilisi", "Yerevan": "Asia/Yerevan", "Kabul": "Asia/Kabul", "Ekaterinburg": "Asia/Yekaterinburg", "Islamabad": "Asia/Karachi", "Karachi": "Asia/Karachi", "Tashkent": "Asia/Tashkent", "Chennai": "Asia/Kolkata", "Kolkata": "Asia/Kolkata", "Mumbai": "Asia/Kolkata", "New Delhi": "Asia/Kolkata", "Kathmandu": "Asia/Kathmandu", "Astana": "Asia/Dhaka", "Dhaka": "Asia/Dhaka", "Sri Jayawardenepura": "Asia/Colombo", "Almaty": "Asia/Almaty", "Novosibirsk": "Asia/Novosibirsk", "Rangoon": "Asia/Rangoon", "Bangkok": "Asia/Bangkok", "Hanoi": "Asia/Bangkok", "Jakarta": "Asia/Jakarta", "Krasnoyarsk": "Asia/Krasnoyarsk", "Beijing": "Asia/Shanghai", "Chongqing": "Asia/Chongqing", "Hong Kong": "Asia/Hong_Kong", "Urumqi": "Asia/Urumqi", "Kuala Lumpur": "Asia/Kuala_Lumpur", "Singapore": "Asia/Singapore", "Taipei": "Asia/Taipei", "Perth": "Australia/Perth", "Irkutsk": "Asia/Irkutsk", "Ulaan Bataar": "Asia/Ulaanbaatar", "Seoul": "Asia/Seoul", "Osaka": "Asia/Tokyo", "Sapporo": "Asia/Tokyo", "Tokyo": "Asia/Tokyo", "Yakutsk": "Asia/Yakutsk", "Darwin": "Australia/Darwin", "Adelaide": "Australia/Adelaide", "Canberra": "Australia/Melbourne", "Melbourne": "Australia/Melbourne", "Sydney": "Australia/Sydney", "Brisbane": "Australia/Brisbane", "Hobart": "Australia/Hobart", "Vladivostok": "Asia/Vladivostok", "Guam": "Pacific/Guam", "Port Moresby": "Pacific/Port_Moresby", "Magadan": "Asia/Magadan", "Solomon Is.": "Asia/Magadan", "New Caledonia": "Pacific/Noumea", "Fiji": "Pacific/Fiji", "Kamchatka": "Asia/Kamchatka", "Marshall Is.": "Pacific/Majuro", "Auckland": "Pacific/Auckland", "Wellington": "Pacific/Auckland", "Nuku\'alofa": "Pacific/Tongatapu" }; %>\n\n<% form.input(options.field, {as: \'select\', include_blank: options.include_blank, collection: timeZones}); %>');
window.JST['shared/forms/input_slug'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<span class="url">http://</span>\n<span class="slug"><input type="text" <%= options.attrs(options.input_html) %>></span>\n<span class="url">.pathable.com</span>');
window.JST['shared/forms/input_radio_buttons'] = P.views.shared.template('<fieldset>\n<legend class="label"><label><%= options.label %></label></legend>\n<ol>\n<% _.each(options.collection, function(v, k){ %>\n  <% var id = options.id + \'_\' + v; %>\n  <li>\n  <label for="<%= id %>">\n    <input type="radio"<%= options.attrs(_.extend({}, options.input_html, {id: id})) %> value="<%= v %>">\n    <span><%= _.isArray(options.collection) ? options.humanize(v) : k %></span>\n  </label>\n  </li>\n<% }); %>\n</ol>\n</fieldset>\n');
window.JST['shared/forms/input_file'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<input type="file"<%= options.attrs(options.input_html) %>>\n');
window.JST['shared/forms/label'] = P.views.shared.template('<label for="<%= options.id %>">\n  <%= options.label %>\n  <% if(options.required){ %>\n    <abbr title="required">*</abbr>\n  <% } %>\n</label>\n');
window.JST['shared/forms/input_auto_suggest'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<input type="text" <%= options.attrs(options.input_html) %>>\n');
window.JST['shared/forms/input_check_boxes'] = P.views.shared.template('<label><%= options.label %></label>\n<% _.each(options.collection, function(v, k){ %>\n  <% var id = options.id + \'_\' + v; %>\n  <label for="<%= id %>">\n    <input type="checkbox"<%= options.attrs(_.extend({}, options.input_html, {id: id})) %> value="<%= v %>">\n    <span><%= _.isArray(options.collection) ? options.humanize(v) : options.locales.t(k) %></span>\n  </label>\n<% }); %>\n');
window.JST['shared/forms/input_password'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<input type="password"<%= options.attrs(options.input_html) %>>\n');
window.JST['shared/forms/inputs'] = P.views.shared.template('<fieldset<%= attrs(options) %>>\n  <% if(options.title || options.name){ %>\n    <legend><%= options.title || options.name %></legend>\n  <% } %>\n  <% callback(form); %>\n</fieldset>\n');
window.JST['shared/forms/input_hidden'] = P.views.shared.template('<input type="hidden"<%= options.attrs(options.input_html) %>>\n');
window.JST['shared/forms/input_string'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<input type="text" <%= options.attrs(options.input_html) %>>\n');
window.JST['shared/forms/item'] = P.views.shared.template('<% if (wrap) { %><div <%= options.attrs(options.wrapper_html) %>><% } %>\n  <%= JST[\'shared/forms/input_\' + options.as]({ options: options, form: form }) %>\n  <% if(options.hint){ %><p class="inline-hints"><%= options.hint %></p><% } %>\n<% if (wrap) { %></div><% } %>\n');
window.JST['shared/forms/input_email'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<input type="email"<%= options.attrs(options.input_html) %>>\n');
window.JST['shared/forms/input_text'] = P.views.shared.template('<%= JST[\'shared/forms/label\']({ options: options }) %>\n<textarea<%= options.attrs(options.input_html) %>></textarea>\n');
window.JST['shared/forms/buttons'] = P.views.shared.template('<fieldset<%= attrs(options) %>>\n  <% if(options.title || options.id){ %>\n    <legend><%= options.title || options.id %></legend>\n  <% } %>\n    <% callback(); %>\n</fieldset>\n');
window.JST['shared/auto_suggest/_selections'] = P.views.shared.template('<ul id="<%= options.selectionsID %>" class="as-selections">\n  <li id="<%= options.inputsID %>" class="as-input">\n    <input type="text" id="<%= options.inputID %>">\n  <li>\n</ul>\n');
window.JST['shared/auto_suggest/_token'] = P.views.shared.template('<div class="as-token">\n</div>');
window.JST['shared/auto_suggest/_suggestions'] = P.views.shared.template('');
window.JST['shared/auto_suggest/_label'] = P.views.shared.template('<%\nif (model instanceof P.models.User || model instanceof P.models.Membership) {\n  if (model instanceof P.models.Membership) { model = model.user; };\n	photo_url = model.get(\'photo_url_cropped\');\n	name = model.formattedName(\'full\');\n} else if (model instanceof P.models.Organization) {\n  photo_url = model.get(\'logo_url_cropped\');\n  name = model.get(\'name\');\n} else {\n  photo_url = false;\n  name = model.get(\'friendly_name\');\n} %>\n\n<% if(!(model instanceof P.models.Label) && photo_url) { %>\n  <img src="<%= photo_url %>" width="16" height="16">\n<% } %>\n<%= name %>\n<% if (false && model.get(\'memberships_count\') > 0) { %>\n  <span class="count"><%= model.get(\'memberships_count\') %></span>\n<% } %>\n');
window.JST['shared/mobile/lists/_search'] = P.views.shared.template('<p>\n  <form class=\'search\'>\n    <input type="search" class="query">\n  </form>\n</p>\n<ul class="list"></ul>\n<p class="loading center">\n  Loading...\n</p>\n<p class="more center" style="display: none;">\n  <button class="show_more" data-inline="true">Show More</button>\n</p>\n');
window.JST['shared/_select_options'] = P.views.shared.template('<% if (typeof options.blankOption !== "undefined" && options.blankOption !== null) { %>\n  <option value=""><%= blankOption %></option>\n<% } %>\n\n<% collection.each(function(model) { %>\n  <option value="<%= model.id %>"><%= model.get(\'name\') %></option>\n<% }); %>');
window.JST['shared/_uploadify'] = P.views.shared.template('');
window.JST['shared/tables/_row_selector'] = P.views.shared.template('<span class="controls">\n  <input type="checkbox">\n</span>\n');
window.JST['shared/tables/_table'] = P.views.shared.template('<table class="data-table" cellpadding="0" cellspacing="0" border="0">\n  <thead>\n		<tr>  \n      <% for (var i = columns.length - 1; i >= 0; i--) { %>\n      	<th></th>\n      <% } %>\n  	</tr>\n  </thead>\n  \n  <tbody></tbody>\n  \n  <tfoot>\n		<tr>  \n      <% for (var i=0; i < columns.length; i++) { %>\n        <th>\n      	  <% if (columns[i].bFilterable && columns[i].sFilterType === \'string\') { %>\n            <input type="text" value="Search..." name="<%= columns[i].sName %>">\n          <% } else if (columns[i].bFilterable && columns[i].sFilterType === \'select\') {%>\n            <select name="<%= columns[i].sName %>">\n              <option value=""></option>\n              <% for (var j=0; j < columns[i].sFilterOptions.length; j++) { %>\n                <option value="<%= columns[i].sFilterOptions[j][0] %>">\n                  <%= columns[i].sFilterOptions[j][1] %>\n                </option>\n              <% } %>\n            </select>\n          <% } %>\n      	</th>\n      <% } %>\n  	</tr>\n  </tfoot>  \n</table>\n');
window.JST['shared/tabs/_tabs'] = P.views.shared.template('<ol></ol>');
window.JST['shared/tabs/_tab'] = P.views.shared.template('<a href="#"><%= label %></a>');
window.JST['shared/lists/_count'] = P.views.shared.template('(<%= options.count %> <%= P.localizer.t(\'total\') %>)\n');
window.JST['shared/lists/_list'] = P.views.shared.template('<% if (options.title) { %>\n  <h4 class="title uppercase header">\n    <%= options.title %>\n    <span class="count"></span>\n    <img class="loading" src="assets/images/application/loading_circle.gif">\n    <span class="controls"></span>\n  </h4>\n<% } %>\n\n<<%= view.options.listTag %>></<%= view.options.listTag %>>\n');
window.JST['shared/lists/_search'] = P.views.shared.template('<% exclude = options.exclude || []; sort = options.sort || {}; %>\n\n<div class="query_input">\n  <input type="text" class="query" name="query" id="search_query">\n  <button class="search"><%= locales.t(\'search\') %></button>\n</div>\n\n<div class="query_tuning">\n  <div class="order">\n    <% if (!sort.disabled && (sort.options || []).length) { %>\n      <select name="order" class="order">\n        <% for (var i=0; i < (sort.options || []).length; i++) { %>\n          <option value="<%= sort.options[i][1] %>"><%= sort.options[i][0] %></option>\n        <% } %>\n      </select>\n    <% } else { %>\n      <div class="space-holder">&nbsp;</div>\n    <% } %>\n  </div>\n\n  <div class="info">\n    <div class="counts">\n      <span class="total_entries"></span> <%= locales.t(\'found\') %>\n    </div>\n    <span class="loading">\n      <img src="assets/images/application/loading_facebook.gif">\n    </span>\n  </div>\n\n  <div class="paging">\n    &nbsp;\n  </div>\n</div>\n');
window.JST['shared/lists/_controls'] = P.views.shared.template('<a href="<%= link %>"><%= title %></a>');
window.JST['shared/lists/_title'] = P.views.shared.template('<% if (options.title || view.options.title) { %>\n  <%= options.title || view.options.title %>\n  <span class="count"></span>\n  <img class="loading" src="/assets/images/application/loading_circle.gif">\n  <span class="controls"></span>\n<% } %>');
window.JST['questions/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs(function(){ %>\n\n    <% f.input(\'question\'); %>\n    <% f.input(\'tag_list\'); %>\n    <% f.input(\'input_type\', {as: \'select\', collection: [\'string\', \'text\', \'auto_suggest\', \'select\']}); %>\n    <% f.input(\'active\', {label: \'Active?\', as: \'boolean\', input_html: {value: \'1\'}}); %>\n\n  <% }); %>\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['oauth_consumers/_edit'] = P.views.shared.template('<h4 class="title uppercase">Social Networks</h4>\n\n<a href="/oauth_consumers/twitter">\n  <img alt="Twitter" src="assets/images/application/oauth_consumers/twitter.png">\n</a>\n  \n<a href="/oauth_consumers/facebook">\n  <img alt="Facebook" src="assets/images/application/oauth_consumers/facebook.png">\n</a>\n\n<a href="/oauth_consumers/linkedin">\n  <img alt="Linkedin" src="assets/images/application/oauth_consumers/linkedin.png">\n</a>\n');
window.JST['contacts/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f) { %>\n  <% f.inputs(function() { %>\n    <% f.input(\'notes\', {as: \'text\', input_html: {\'class\': \'body\', cols: 40, rows: 20}}); %>\n  <% }); %>\n  <% f.buttons(function() { %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['contacts/_detail'] = P.views.shared.template('<div class="card"></div>\n<div class="controls"></div>\n<div class="contact"></div>\n<div class="bio"></div>\n<div class="answers"></div>\n<div class="schedule"></div>\n<div class="links"></div>\n<div class="posts"></div>\n<div class="tweets"></div>\n');
window.JST['contacts/_contact'] = P.views.shared.template('<% if(model.get(\'notes\')) { %>\n<h4 class="title uppercase">notes</h4>\n<% } %>\n<div class="notes"></div>\n');
window.JST['contacts/index'] = P.views.shared.template('<div class="main">\n  <div class="controls"></div>\n  <div class="order">&nbsp;</div>\n\n  <div class="info">\n    <div class="counts">\n      <span class="total_entries"></span> <%= locales.t(\'found\') %>\n    </div>\n    <span class="loading">\n      <img src="assets/images/application/loading_facebook.gif">\n    </span>\n  </div>\n  <div class="paging"></div>\n\n  <div class="contacts-list"></div>\n</div>\n\n<div class="sidebar">\n  <div class="detail"></div>\n</div>\n');
window.JST['contacts/_destroy'] = P.views.shared.template('<h3>Are you sure you want to remove this contact?</h3>\n<div class="controls"></div>\n');
window.JST['mobile/discussions/messages/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs({}, function(){ %>\n    <% f.input(\'body\', {as: \'text\', label: \'Reply to all\', input_html: {\'class\': \'body\', cols: 40, rows: 20}}); %>  \n    \n    <% f.buttons(function(){ %>\n      <input type="submit" value="Reply">\n    <% }); %>    \n  <% }); %>  \n<% }); %>\n');
window.JST['mobile/discussions/messages/_message'] = P.views.shared.template('<div class="summary" itemprop="body"><%= model.get(\'body\') %></div>\n<div class="author"><%= model.user && model.user.get(\'full_name\') %></div>\n<time class="created_at" itemprop="created_at" data-format="timeago"></time>\n');
window.JST['mobile/discussions/discussions/_discussion'] = P.views.shared.template('<a href="<%= model.fragment() %>" class="discussion_url">\n  <div class="user small-card">\n    <span class="photo">\n      <% if (model.to) { %>\n        <img src="<%= model.to.first().get(\'photo_url_cropped\') %>">\n      <% }; %>\n    </span>\n  </div>\n  <h3>\n    <%= model.get(\'subject\') %> (<%= model.messages.length %>)\n  </h3>\n  <p class="author">\n    <% if (model.to) { %>\n      <%= model.to.first().get(\'full_name\') %>\n    <% }; %>\n  </p> \n  \n  <p class="body">\n    <span class="summary truncate" itemprop="latest_body" data-truncate=\'{"length": 215, "words": true, "noBreaks": true}\'></span>\n  </p>\n\n  <time itemprop="latest_created_at" class="created_at" data-format="timeago"></time>\n</a>\n');
window.JST['mobile/meetings/private/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {}, function(f){ %>\n\n  <div class="users"></div>\n\n  <% f.inputs(function(){ %>\n    <% f.input(\'name\', {label: \'Subject\'}); %>\n\n    <li data-role="fieldcontain" class="start-time input">\n      <label for="meeting_starts_at">Starts</label>\n      <input type="text" name="meeting_starts_at" id="meeting_starts_at" class="starts_at date-time mobiscroll">\n    </li>\n\n    <li data-role="fieldcontain" class="end-time input">\n      <label for="meeting_ends_at">Ends</label>\n      <input type="text" name="meeting_ends_at" id="meeting_ends_at" class="ends_at date-time mobiscroll">\n    </li>\n\n    <div class="location"></div>\n\n    <% f.input(\'blurb\', {as: \'text\', input_html: {cols: 42, rows: 5}}); %>\n  <% }); %>\n\n  <% f.buttons(function(){ %>\n    <input type="submit" value="Send request">\n  <% }); %>\n<% }); %>\n');
window.JST['mobile/meetings/private/edit'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1>Meeting</h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div class="form"></div>\n</div>\n');
window.JST['meetings/my'] = P.views.shared.template('<div class="main">\n  <div class="empty">\n    <h2><%= locales.t(\'my_meetings_empty\') %></h2>\n    <p>\n      <%= locales.t(\'my_meetings_empty_note\') %>\n    </p>\n  </div>\n  <div class="meetings"></div>\n</div>\n\n<div class="sidebar">\n  <div class="schedule_buttonset">\n    <ul>\n      <li>\n        <a class="choose_schedule" href="#meetings"><%= locales.t(\'show_meetings\') %></a>\n      </li>\n      <li>\n        <a class="choose_schedule selected" href="#meetings/my"><%= locales.t(\'show_my_meetings\') %></a>\n      </li>\n    </ul>\n  </div>\n  <ol class="label-set">\n    <li class="labels">\n      <a class="all" href="#meetings"><%= locales.t(\'all\').titleize() %></a>\n    </li>\n  </ol>\n  <div class="labelSets"></div>\n  <div class="print_options">\n    <a href="#" class="print_my_schedule" onclick="window.print();return false;"><%= locales.t(\'print_my_meetings\') %></a>\n    <a class="export" href="/meetings.ics?per_page=999&auth_token=<%= P.user.get(\'authentication_token\') %>"><%= locales.t(\'export_meetings\') %></a>\n  </div>\n</div>\n');
window.JST['shared/mobile/lists/_title'] = P.views.shared.template('<%= options.title %>');
window.JST['shared/mobile/forms/input_string'] = P.views.shared.template('<%= JST[P.views.shared.Template.prototype.form_template_root + \'/label\']({ options: options }) %>\n<input type="text" <%= options.attrs(options.input_html) %>>\n\n');
window.JST['shared/mobile/forms/inputs'] = P.views.shared.template('<ul data-role="listview" data-inset="true"<%= attrs(options)%>>\n  <% callback(form); %>\n</ul>\n');
window.JST['shared/mobile/forms/buttons'] = P.views.shared.template('<li class="ui-body">\n  <% callback(); %>\n</li>\n');
window.JST['shared/mobile/forms/form'] = P.views.shared.template('<form<%= attrs(options) %>>\n  <% callback(form); %>\n</form>\n');
window.JST['shared/mobile/forms/input_text'] = P.views.shared.template('<%= JST[P.views.shared.Template.prototype.form_template_root + \'/label\']({ options: options }) %>\n<textarea<%= options.attrs(options.input_html) %>></textarea>\n\n\n');
window.JST['shared/mobile/forms/item'] = P.views.shared.template('<li data-role="fieldcontain" <%= options.attrs(options.wrapper_html) %>>\n  <%= JST[P.views.shared.Template.prototype.form_template_root + \'/input_\' + options.as]({ options: options, form: form }) %>\n  <% if(options.hint){ %><p class="inline-hints"><%= options.hint %></p><% } %>\n</li>');
window.JST['shared/mobile/forms/label'] = P.views.shared.template('<label for="<%= options.id %>">\n  <%= options.label %>\n  <% if(options.required){ %>\n    <abbr title="required">*</abbr>\n  <% } %>\n</label>\n');
window.JST['shared/lists/_tab'] = P.views.shared.template('<% var label = view.options.label; %>\n<a href="#"><%= _.isFunction(label) ? label(model) : label %></a>\n');
window.JST['host/locations/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs(function(){ %>\n    <% f.input(\'name\'); %>\n    <% f.input(\'reservable\', {label: \'Reservable?\', as: \'boolean\'}); %>\n    <% f.input(\'capacity\'); %>\n  <% }); %>\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['host/locations/index'] = P.views.shared.template('<div class="control_bar">\n  <a href="#locations/new" class="new" data-button=\'{"icons": {"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons": {"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['users/_navigation'] = P.views.shared.template('<div class="control_bar">\n  <button class="message" data-button=\'{"icons": {}}\'><%= locales.t(\'start_conversation\') %></button>\n  <button class="meet" data-button=\'{"icons": {}}\'><%= locales.t(\'schedule_meeting\') %></button>\n  <button class="add-contact" data-button=\'{"icons": {}}\'><%= locales.t(\'add_to_contacts\') %></button>\n  <button class="destroy-contact" data-button=\'{"icons": {}}\'><%= locales.t(\'remove_from_contacts\') %></button>\n</div>\n');
window.JST['meetings/edit'] = P.views.shared.template('<div class="main">\n  <div class="calendar"></div>\n  <div class="legend">\n    <span class="blocked">Blocked</span>\n    <span class="my-busy">I\'m Busy</span>\n    <span class="other-busy">Recipient Busy</span>\n    <span class="proposed">Proposed Time</span>\n  </div>\n</div>\n<div class="sidebar">\n  <div class="form"></div>\n</div>\n');
window.JST['locations/_form'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs({\'class\': \'location\'}, function(){ %>\n    <% if (options.restrict) { %>\n      <% f.input(\'id\', {as: \'select\', label: \'Location\', collection: collection, include_blank: true, option_text_attr: \'name_with_capacity\'}); %>\n    <% } else { %>\n      <% f.input(\'name\', {label: \'Location\', input_html: {value: model && model.get(\'name\') }}); %>\n    <% }; %>\n  <% }); %>\n<% }); %>\n');
window.JST['shared/mobile/forms/input_select'] = P.views.shared.template('<%= JST[P.views.shared.Template.prototype.form_template_root + \'/label\']({ options: options }) %>\n<select<%= options.attrs(options.input_html) %>>\n  <% if(options.include_blank){ %><option></option><% } %>\n  <% if (options.collection instanceof P.models.Collection) { %>\n    <% options.collection.each(function(model){ %>\n      <option value="<%= model.id %>"><%= model.get(\'name\') %></option>\n    <% }); %>\n  <% } else { %>\n    <% _.each(options.collection, function(v, k){ %>\n      <option value="<%= v %>"><%= _.isArray(options.collection) ? v : k %></option>\n    <% }); %>\n  <% } %>\n</select>\n');
window.JST['organizations/_form'] = P.views.shared.template('<% this.semantic_form_for(model, {\'class\': \'groups-form\'}, function(f){ %>\n  <% f.inputs({\'class\': \'groups-form-basics\'}, function(){ %>\n\n    <% f.input(\'name\'); %>    \n    \n    <% f.input(\'blurb\', {as: \'text\', input_html: {cols: 42, rows: 5, \'class\': \'blurb\'}}); %>\n    \n    <div class="twitters"></div>\n    <div class="websites"></div>\n\n    <% f.input(\'tags\', {as: \'auto_suggest\', input_html: {\'class\': \'organization-tags\'}}); %>\n    \n    <% f.input(\'logo\', {as: \'file\', input_html: {\'class\': \'photo\'}}); %>\n    <% f.input(\'logo_url\', {as: \'hidden\'}); %>\n    \n    <div class="answers"></div>\n  <% }); %>\n  \n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['shared/mobile/lists/_more'] = P.views.shared.template('<p class="loading center">\n  Loading...\n</p>\n<p class="more center">\n  <button class="show_more" data-inline="true">\n    Show More\n  </button>\n</p>\n');
window.JST['mobile/documents/_document'] = P.views.shared.template('<div class="document">\n  <a href="<%= model.get(\'attachment_url\') %>" target="_blank">\n    <img src="assets/images/application/document/file_type_icons/<%= model.get(\'icon_type\') %>.png">\n    <span class="title"><%= model.get(\'name\') %></span>\n  </a>\n</div>\n');
window.JST['mobile/documents/index'] = P.views.shared.template('<div data-role="header" data-theme="x">\n  <a href="#" data-rel="back">Back</a>\n  <h1>Hand-outs</h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div class="documents">\n  </div>\n</div>\n');
window.JST['host/labels/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs(function(){ %>\n    <% f.input(\'name\'); %>\n    <% f.input(\'color\'); %>\n  <% }); %>\n  <% f.buttons(function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['host/labels/index'] = P.views.shared.template('<div class="control_bar">\n  <a href="#labels/<%= model.get(\'name\') %>/new" class="new" data-button=\'{"icons": {"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons": {"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['shared/_color_picker'] = P.views.shared.template('<div class="picker"></div>');
window.JST['mobile/contacts/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f) { %>\n  <% f.inputs({}, function() { %>\n    <% f.input(\'notes\', {as: \'text\', input_html: {\'class\': \'body\', cols: 40, rows: 20}}); %>\n\n    <% f.buttons(function() { %>\n      <input type="submit" value="Save">\n      <input type="submit" value="Cancel" class="cancel">\n    <% }); %>\n  <% }); %>\n<% }); %>\n');
window.JST['mobile/contacts/show'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= view._title() %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div data-role="controlgroup" data-type="horizontal">\n    <a href="#" class="edit" data-role="button" data-inline="true" data-theme="e" data-icon="star">Notes</a>\n    <a href="#" class="destroy" data-role="button" data-inline="true" data-theme="a" data-icon="delete">Remove</a>\n  </div>\n\n  <div class="contact"></div>\n  <br/>\n  <hr/>\n  <p itemprop="notes"></p>\n\n  <div class="form"></div>\n</div>\n');
window.JST['mobile/contacts/_contact'] = P.views.shared.template('<a href="<%= model.fragment() %>" data-role="button" data-theme="c">\n  <span class="photo">\n    <img itemprop="photo_url_cropped">\n  </span>\n  <h3>\n    <span itemprop="full_name"></span>\n    <span itemprop="credentials"></span>\n  </h3>\n  <p>\n    <span itemprop="title"></span>\n    <% if (model.get(\'title\')) { %>\n      <br>\n    <% } %>\n    <span itemprop="organization_name"></span>\n  </p>\n</a>\n');
window.JST['mobile/contacts/index'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= view._title() %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content">\n  <div class="contacts"></div>\n  <p class="loading center">Loading...</p>\n  <p class="more center">\n    <button class="show_more" data-inline="true">Show More</button>\n  </p>\n</div>\n\n');
window.JST['labels/_form'] = P.views.shared.template('<% this.semantic_fields_for(model, function(r){ %>  \n  <% r.inputs(function(){ %>\n    <% r.input(\'id\', {\n        label: collection.get(\'name\'),\n        as: \'select\',\n        collection: collection.labels,\n        include_blank: true\n      }); %>\n  <% }); %>\n<% }); %>\n\n');
window.JST['labels/_label'] = P.views.shared.template('<span style="color: <%= model.get(\'color\') %>">\n  <%= model.get(\'name\') %>\n</span>\n');
window.JST['host/users/edit'] = P.views.shared.template('<p>\n  <a href="#users">&laquo; All Attendees</a>\n</p>\n<div class="tabs"></div>\n<div class="form"></div>\n<div class="extra"></div>\n');
window.JST['host/datafeeds/_amiando'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'auth_token\', {label: \'API Key\', hint: \'located under the "Permissions" link, in event settings, on Amiando web site\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/datafeeds/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#<%= view.options.type %>/datafeeds/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="datafeeds-table span-19 append-1 last"></div>\n');
window.JST['host/datafeeds/_cvent'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'auth_token\', {label: \'Account Number\'}); %>\n    <% f.input(\'user_name\', {label: \'Username\'}); %>\n    <% f.input(\'password\'); %>\n    <% f.input(\'external_event_id\', {label: \'Event ID\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/datafeeds/_eventbrite'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'user_name\', {label: \'Email\'}); %>\n    <% f.input(\'password\', {hint: \'Don&quot;t have an EventBrite account to sell tickets? <a href="http://www.eventbrite.com/r/pathable" target="_EventBrite">Create one</a>!\'}); %>\n    <% f.input(\'external_event_id\', {label: \'Event ID\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['host/datafeeds/_reg_online'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'user_name\', {label: \'Username\'}); %>\n    <% f.input(\'password\'); %>\n    <% f.input(\'external_event_id\', {label: \'Event ID\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['mobile/meetings/private/_navigation'] = P.views.shared.template('<div class="center">\n  <div data-role="controlgroup" data-type="horizontal">\n    <a href="#" data-value="accepted" data-role="button" data-inline="true" data-theme="a" >Accept</a>\n    <a href="#" data-value="tentative" data-role="button" data-inline="true" data-theme="a" >Tentative</a>\n    <a href="#" data-value="declined" data-role="button" data-inline="true" data-theme="a" >Decline</a>\n  </div>\n</div>');
window.JST['organizations/_tag'] = P.views.shared.template('<span itemprop="name" <% if (view.options.truncate) { %> data-truncate=\'{"length": <%= view.options.truncate %>}\'<% } %> class="name">\n');
window.JST['mobile/meetings/_navigation'] = P.views.shared.template('<% if(!model.get(\'mandatory\')) { %>\n  <strong>Mandatory Attendance</strong>\n<% } else { %>\n  <div class="add center">\n    <div data-role="controlgroup" data-type="horizontal">\n      <a href="#"  data-role="button" data-inline="true" data-theme="a" >Add To My Schedule</a>\n    </div>\n  </div>\n\n  <div class="remove center">\n    <div data-role="controlgroup" data-type="horizontal">\n      <a href="#"  data-role="button" data-inline="true" data-theme="a" >Remove from My Schedule</a>\n    </div>\n  </div>\n<% } %>');
window.JST['meetings/_label'] = P.views.shared.template('<span class="dot" style="background-color: <%= model.get(\'color\') %>;"></span>\n<%= model.get(\'name\') %>&nbsp;\n');
window.JST['pages/custom/example'] = P.views.shared.template('<div class="main">\n  <p>An example page.</p>\n</div>\n\n');
window.JST['users/_form_settings'] = P.views.shared.template('<% this.semantic_form_for(model, {\'class\': \'users-form\'}, function(f){ %>\n  <% f.inputs(function(){ %>    \n    <%f.input(\'enabled_for_email\', {as: \'boolean\', input_html: {value: \'1\'}, wrapper_html: {\'class\': \'strong enabled_for_email\'}});%>\n    <%f.input(\'allowed_mails\', {label: \'\', as: \'check_boxes\', collection: model.allowedMails});%>\n  <% }); %>\n    \n  <% f.buttons({}, function(){ %>\n    <div class="controls"></div>\n  <% }); %>\n<% }); %>\n');
window.JST['host/datafeeds/_web'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'feed_url\', {label: \'Feed URL\'}); %>\n    <% f.input(\'xslt\', {as: \'text\', label: \'XSLT\', input_html: {rows: 5}}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['connections/_search'] = P.views.shared.template('<div class="query_tuning">\n  <div class="filter">\n    <select name="filter">\n      <% for (var i=0; i < (filter.options || []).length; i++) { %>\n        <option value="<%= filter.options[i][1] %>"><%= filter.options[i][0] %></option>\n      <% } %>\n    </select>\n  </div>\n\n  <div class="info">\n    <div class="counts">\n      <span class="total_entries"></span> <%= locales.t(\'found\') %>. <%= locales.t(\'connections_search_note\') %>\n    </div>\n    <span class="loading">\n      <img src="assets/images/application/loading_facebook.gif">\n    </span>\n  </div>\n\n  <div class="paginator">\n    &nbsp;\n  </div>\n</div>\n');
window.JST['connections/index'] = P.views.shared.template('<div class="main">\n    <h2 class="title"><%= locales.t(\'social_network_connections\') %></h2>\n  <p class="note">\n    <%= locales.t(\'social_network_connections_note\') %>\n  </p>\n\n  <div class="controls"></div>\n  <div class="connections-search"></div>\n\n  <div class="connections"></div>\n</div>\n');
window.JST['groups/_tag'] = P.views.shared.template('<a href="<%= model.fragment() %>">\n  <span itemprop="name" class="name"></span>\n  (<span itemprop="memberships_count"></span>)\n</a>\n');
window.JST['mobile/sessions/_reset_password_form'] = P.views.shared.template('<form>\n  <ul data-role="listview" data-inset="true">\n    <li data-role="fieldcontain">\n      <label for="password_reset_email">Enter your email address below to be sent password reset instructions.</label>\n      <input type="email" id="password_reset_email" name="password_reset[email]">\n    </li>\n    <li class="ui-body">\n      <input type="submit" value="Reset">\n    </li>\n    <li data-role="fieldcontain">\n    </li>\n  </ul>\n</form>\n');
window.JST['mobile/sessions/reset_password'] = P.views.shared.template('<div data-role="header" data-position="inline">\n  <h1>Reset Password</h1>\n</div>\n<div data-role="content">\n</div>\n');
window.JST['host/datafeeds/_certain'] = P.views.shared.template('<% this.semantic_fields_for(model, function(f){ %>\n  <% f.inputs(function() { %>\n    <% f.input(\'auth_token\', {label: \'API Key\'}); %>\n    <% f.input(\'user_name\', {label: \'Username\'}); %>\n    <% f.input(\'password\'); %>\n    <% f.input(\'external_event_id\', {label: \'Event ID\'}); %>\n  <% }); %>\n<% }); %>\n');
window.JST['calendar_settings/_form'] = P.views.shared.template('<div class="tabs">\n  <% collection = {\n    \'15 minutes\': 15,\n    \'30 minutes\': 30,\n    \'45 minutes\': 45,\n    \'1 hour\':     60,\n    \'1 hour, 15 minutes\': 75,\n    \'1 hour, 30 minutes\': 90,\n    \'1 hour, 45 minutes\': 105,\n    \'2 hours\':            120,\n    \'3 hours\':            180,\n    \'4 hours\':            240\n    };\n  %>\n  <% this.semantic_form_for(model, function(f){ %>\n    <% f.inputs(function(){ %>\n       <% f.input(\'meeting_length_min\', {as: \'select\', collection: collection}); %>\n       <% collection.Unlimited = null; %>\n       <% f.input(\'meeting_length_max\', {as: \'select\', collection: collection}); %>\n       <% f.input(\'restrict_locations_to_reserved\', {as: \'boolean\'}); %>\n       <% f.input(\'speakers_can_upload_documents\', {as: \'boolean\', label: \'Allow speakers to upload hand-outs to their own sessions\' }); %>\n       <% f.input(\'private_meeting_mail_template_id\', {as: \'select\', label: \'Mail Template for Private Meeting Invitations\', collection: P.community.mail_templates.byRole(\'page\'), include_blank: true}); %>\n    <% }); %>\n    <% f.buttons(function(){ %>\n      <div class="controls"></div>\n    <% }); %>\n  <% }); %>\n</div>\n');
window.JST['attendances/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>  \n  <% f.input(\'status\', {as: \'radio_buttons\', \'class\': \'status\', label: \'\', collection: {\'Accept\': \'accepted\', \'Tentative\': \'tentative\', \'Decline\': \'declined\'}}); %>\n  \n  <% f.inputs(function(){ %>\n    <% f.input(\'status_message\', {as: \'text\', label: \'Optional Note:\'}); %>\n  <% }); %>\n  \n  <% f.buttons(function(){ %>\n    <div class="control_bar">\n      <button class="add" data-button=\'{"icons": {"primary":"ui-icon-mail-closed"}, "disabledLabel": "Sending"}\'>Send Response</button>\n    </div>\n  <% }); %>\n<% }); %>\n');
window.JST['meetings/_edit'] = P.views.shared.template('<div class="main">\n  <a href="#meetings/<%= model.get(\'private\') ? \'private\' : \'public\' %>">&laquo; All Meetings</a>\n  <div class="tabs"></div>\n  <div class="form"></div>\n  <div class="memberships"></div>\n  <div class="documents"></div>\n  <div class="affiliations"></div>\n</div>\n<div class="sidebar">\n  <div class="group"></div>\n</div>\n');
window.JST['host/locations/edit'] = P.views.shared.template('<a href="#locations">&laquo; Locations</a>\n');
window.JST['host/organizations/edit'] = P.views.shared.template('<a href="#organizations">&laquo; All Organizations</a>\n');
window.JST['host/categories/edit'] = P.views.shared.template('<a href="#categories">&laquo; Categories</a>\n');
window.JST['host/categories/index'] = P.views.shared.template('<div class="control_bar">\n  <a href="#categories/new" class="new" data-button=\'{"icons": {"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons": {"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['host/labels/edit'] = P.views.shared.template('<a href="#labels/<%= model.label_set.get(\'name\') %>">&laquo; Labels - <%= model.label_set.get(\'name\') %></a>\n');
window.JST['host/users/multi_edit'] = P.views.shared.template('<p>\n  <a href="#users">&laquo; All Attendees</a>\n</p>\n<div class="form"></div>\n');
window.JST['host/users/multi_edit_form'] = P.views.shared.template('<% this.semantic_form_for(model, {\'class\': \'users-form\'}, function(f){ %>\n  <div class="form_container">\n    <% f.inputs(function(){ %>\n      <% f.input(\'password\', {input_html: {autocomplete: "off"}}); %>\n      <% f.input(\'password_confirmation\', {label: \'Confirm\', input_html: {autocomplete: "off"}}); %>\n      <% f.input(\'credentials\'); %>\n      <% f.input(\'organization_name\', {label: \'Organization\'}); %>\n  		<% f.input(\'title\'); %>\n    <% }); %>\n\n    <div class="answers"></div>\n\n    <% f.inputs(function(){ %>\n      <% f.input(\'roles\', {as: \'tristate_check_boxes\', collection: [\'admin\']}); %>\n      <% f.input(\'ribbon_ids\', {as: \'select\', label: \'Ribbon\', include_blank: false, collection: P.community.ribbons, input_html:{multiple: \'multiple\'}}); %>\n      <% f.input(\'visible\', {label: \'Show me in the community\', as: \'tristate\', input_html: {value: \'1\'}});%>\n      <% f.input(\'has_accepted_legal\', {as: \'tristate\', label: \'I accept the <a href="http://pathable.com/tos" target = "_new">Terms of Use</a> and <a href="http://pathable.com/privacy" target = "_new">Privacy Policy</a>.\', input_html: {value: \'1\'}}); %>\n      <% f.input(\'enabled_for_email\', {label: \'Send me email\', as: \'tristate\', input_html: {value: \'1\'}, wrapper_html: {\'class\': \'strong enabled_for_email\'}});%>\n      <% f.input(\'allowed_mails\', {label: \'\', as: \'tristate_check_boxes\', collection: P.models.User.allowed_mails});%>\n    <% }); %>\n\n    <% f.buttons({}, function(){ %>\n      <div class="controls"></div>\n    <% }); %>\n  </div>\n<% }); %>\n');
window.JST['host/templates/mail/edit'] = P.views.shared.template('<a href="#templates/mail">&laquo; All Mail Templates</a>\n<div class="tabs"></div>\n');
window.JST['host/templates/mail/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#templates/mail/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['host/templates/scss/edit'] = P.views.shared.template('<a href="#templates/scss">&laquo; All Scss Templates</a>\n');
window.JST['host/templates/scss/index'] = P.views.shared.template('<div class="table span-19 append-1 last"></div>\n');
window.JST['host/templates/jst/edit'] = P.views.shared.template('<a href="#templates/jst">&laquo; All Jst Templates</a>\n');
window.JST['host/templates/jst/index'] = P.views.shared.template('<div class="control_bar">\n  <a class="new" href="#templates/jst/new" data-button=\'{"icons":{"primary":"ui-icon-plus"}}\'>Add</a>\n  <button class="destroy" data-button=\'{"icons":{"primary":"ui-icon-trash"}}\'>Remove</button>\n</div>\n<div class="table span-19 append-1 last"></div>\n');
window.JST['shared/forms/input_tristate_check_boxes'] = P.views.shared.template('<label><%= options.label %></label>\n<% _.each(options.collection, function(v, k){ %>\n  <% var id = options.id + \'_\' + v; %>\n  <label for="<%= id %>">\n    <input type="checkbox" class="tristate"<%= options.attrs(_.extend({}, options.input_html, {id: id})) %> value="<%= v %>">\n    <span><%= _.isArray(options.collection) ? options.humanize(v) : k %></span>\n  </label>\n<% }); %>\n');
window.JST['shared/forms/input_tristate'] = P.views.shared.template('<label for="<%= options.id %>">\n  <input type="checkbox" class="tristate"<%= options.attrs(options.input_html) %>>\n  <span><%= options.label %></span>\n</label>\n');
window.JST['groups/_edit'] = P.views.shared.template('<div class="main">\n  <div class="tabs"></div>\n  <div class="form"></div>\n  <div class="memberships"></div>\n  <div class="documents"></div>\n  <div class="affiliations"></div>\n</div>\n<div class="sidebar">\n  <div class="group"></div>\n</div>\n\n');
window.JST['organizations/edit'] = P.views.shared.template('<div class="main">\n  <a href="#organizations">&laquo; Organizations</a>\n  <div class="tabs"></div>\n  <div class="form"></div>\n  <div class="memberships"></div>\n  <div class="documents"></div>\n  <div class="affiliations"></div>\n</div>\n<div class="sidebar">\n  <div class="group"></div>\n</div>\n\n');
window.JST['translations/_en'] = P.views.shared.template('<%\nlocales.addTranslations(\'en\', {\n  \'user\': \'attendee\',\n  \'group\': \'group\',\n  \'organization\': \'exhibitor\',\n  \'discussion\': \'discussion\',\n  \'message\': \'message\',\n  \'meeting\': {\n    \'one\': \'schedule\',\n    \'other\': \'schedule\'\n  },\n  \'profile\': \'profile\',\n  \'contact\': \'contact\',\n  \'document\': \'material\',\n  \'affiliation\': \'affiliation\',\n\n  \'home\': \'Home\',\n  \'inbox\': \'Inbox\',\n  \'sign_in\': \'Sign In\',\n  \'sign_out\': \'Sign Out\',\n  \'welcome_user\': \'Welcome, %{name}\',\n  \'my_profile\': \'My Profile\',\n  \'my_meetings\': \'My Schedule\',\n  \'my_contacts\': \'My Contacts\',\n  \'my_groups\': \'My Groups\',\n  \'edit_my_profile\': \'Edit My Profile\',\n  \'hosttools\': \'Manage\',\n\n  \'email\': \'email\',\n  \'password\': \'password\',\n  \'remember_me\': \'Remember me\',\n  \'signing_in\': \'Signing In\',\n  \'forgot_password\': \'Forgot password?\',\n  \'reset_password_form_note\': \'Enter your email address below to be sent password reset instructions.\',\n\n  \'community_events\': \'Past Events\',\n  \'speakers\': \'Speakers\',\n  \'recent_posts\': \'Recent Posts\',\n  \'recent_tweets\': \'Recent Tweets\',\n  \'recent_users\': \'Recently Joined\',\n  \'recent_connections\': \'Who Do You Know\',\n  \'find_contacts\': \'Find who you know\',\n\n  \'no_discussions_yet\': \'No discussions have been started yet.\',\n  \'be_first\': \'Be the first!\',\n  \'view_x_discussions\': {\n    \'one\': \'View the discussion\',\n    \'other\': \'View all %{count} discussions\'\n  },\n  \'view_all_discussions\': \'View all discussions\',\n  \'discussion_form_note\': "Choose from tags at right to send a public message to attendees with that tag in their profile. To send a private message, enter an attendee\'s name.",\n  \'to\': \'to\',\n  \'subject\': \'subject\',\n\n  \'users_search_note\': \'Note: Results include only <b>completed</b> profiles. Total registered attendee count may be higher than shown.\',\n  \'speaking_at\': "I\'m speaking at",\n  \'why_create_a_profile\': \'Why create a profile?\',\n  \'why_create_a_profile_note\': "Your profile determines how you appear in the directory. You\'ll also be able to:",\n  \'why_create_a_profile_description_1\': \'<b>Search</b> for people interested in specific topics\',\n  \'why_create_a_profile_description_2\': \'Have mailing list-type <b>conversations</b> with people who share your interests\',\n  \'why_create_a_profile_description_3\': \'Create <b>Contact List</b> of people you want to follow-up with\',\n  \'why_create_a_profile_description_4\': \'Get <b>recommendations</b> on who to meet\',\n  \'user_basics\': \'Basics\',\n  \'user_details\': \'Details\',\n  \'user_email_settings\': \'Email Settings\',\n  \'change_password\': \'Change\',\n  \'password_confirmation\': \'Confirm\',\n  \'first_name\': \'First Name\',\n  \'last_name\': \'Last Name\',\n  \'credentials\': \'Credentials\',\n  \'organization_name\': \'Organization\',\n  \'title\': \'Title\',\n  \'photo\': \'Photo\',\n  \'roles\': \'Roles\',\n  \'ribbon_ids\': \'Ribbons\',\n  \'bio\': \'About me\',\n  \'enabled_for_email\': \'Send me email\',\n  \'user_visible\': \'Show me in the community\',\n  \'user_wants_default_allowed_mails\': \'Send me private messages from other attendees and a daily digest.\',\n  \'user_has_accepted_legal\': \'I accept the <a href="http://pathable.com/tos" target = "_new">Terms of Use</a> and <a href="http://pathable.com/privacy" target = "_new">Privacy Policy</a>.\',\n  \'user_send_mail\': \'Send mail?\',\n\n  \'twitters_list_hint\': \'Enter Twitter usernames; e.g. "pathable, flippyhead"\',\n  \'links_list\': \'Link(s)\',\n  \'links_list_hint\': \'Enter one or more links, separated by commas\',\n\n  \'allowed_mails_custom\': \'Email me important messages from the event host\',\n  \'allowed_mails_private_notices\': \'Email me private messages from other attendees\',\n  \'allowed_mails_public_notices\': \'Email me messages sent to my groups or meetings\',\n  \'allowed_mails_daily_update\': \'Email me a once daily update of community activity, if any\',\n\n  \'latest_members\': \'Latest Members\',\n  \'members\': \'Members\',\n  \'group_documents\': \'Documents\',\n  \'name\': \'Name\',\n  \'blurb\': \'Blurb\',\n  \'logo\': \'Logo\',\n\n  \'my_meetings_empty\': \'Your schedule is empty.\',\n  \'my_meetings_empty_note\': \'Once you add meetings to your personal schedule, they will appear here.\',\n  \'show_meetings\': \'Show Event Schedule\',\n  \'show_my_meetings\': \'Show My Schedule\',\n  \'print_my_meetings\': \'Print My Schedule\',\n  \'export_meetings\': \'Export Full Schedule\',\n\n  \'connections\': \'Connections\',\n  \'social_network_connections\': \'Social Network Connections\',\n  \'social_network_connections_note\': "Want to know who you already know that is part of this community? Authorize us to check your LinkedIn, Facebook and Twitter connections to see who\'s joined using the buttons below. And don\'t worry, we will never send messages, post to your wall, invite your friends or do anything else without your prior, explicit permission.",\n  \'connections_search_note\': \'This page will automatically update as new connections join.\',\n  \'notes\': \'notes\',\n\n  \'leave_group\': \'Leave Group\',\n  \'join_group\': \'Join Group\',\n  \'message_group\': \'Message Group\',\n  \'edit_group\': \'Edit Group\',\n  \'edit_organization\': \'Edit Organization\',\n  \'start_conversation\': \'Start a Conversation\',\n  \'send_message\': \'Send a message\',\n  \'add_to_my_meetings\': \'Add To My Schedule\',\n  \'remove_from_my_meetings\': \'Remove From My Schedule\',\n  \'schedule_meeting\': \'Schedule a Meeting\',\n  \'request_meeting\': \'Request a meeting\',\n  \'add_to_contacts\': \'Add as Contact\',\n  \'view_contact\': \'View profile\',\n  \'edit_contact\': \'Update notes\',\n  \'remove_from_contacts\': \'Remove from Contacts\',\n  \'edit_session\': \'Edit Session\',\n  \'edit_settings\': \'Edit Settings\',\n  \'attendance_mandatory\': \'Attendance Mandatory\',\n\n  \'add\': \'Add\',\n  \'remove\': \'Remove\',\n  \'delete\': \'Delete\',\n  \'edit\': \'Edit\',\n  \'save\': \'Save\',\n  \'search\': \'Search\',\n  \'send\': \'Send\',\n  \'reply\': \'Reply\',\n  \'reply_all\': \'Reply All\',\n  \'view_all\': \'view all\',\n  \'show_all\': \'Show All\',\n  \'all\': \'all\',\n\n  \'found\': \'found\',\n  \'total\': \'total\',\n\n  \'most_recent_sort\': \'Most recent\',\n  \'first_name_sort\': \'First name\',\n  \'last_name_sort\': \'Last name\',\n  \'name_sort\': \'Name\',\n  \'popularity_sort\': \'Popularity\',\n\n  \'user_bio\': \'Bio\',\n  \'websites\': \'Websites\',\n\n  \'tags\': \'Tags\',\n  \'staff\': \'Staff\',\n  \'booth\': \'Booth\',\n\n  \'discussion_with\': \'With\',\n  \'reply_to_all\': \'Reply to all\',\n\n  \'basics\': \'Basics\',\n\n  \'powered_by\': \'Powered by\',\n  \'terms_of_service\': \'Terms of Service\',\n  \'privacy\': \'Privacy\',\n\n  \'require_signin\': \'Sorry, you are not allowed access this section.\',\n  \'update_imminent\': \'Pathable is currently updating. The web page will reload in a few minutes. Please save your work.\',\n  \'reload_required\': \'Pathable needs to reload now.\',\n  \'route_not_found\': \'Route Not Found: %{route}\',\n  \'user_not_found\': \'Attendee profile not available.\',\n  \'contact_updated\': \'Contact notes updated.\',\n  \'contact_destroyed\': \'Contact removed.\',\n  \'discussion_created\': \'Your message has been successfully sent.\',\n  \'message_destroyed\': \'Message deleted.\',\n  \'meeting_updated\': \'Meeting saved.\',\n  \'template_updated\': \'Template saved.\',\n  \'my_profile_updated\': \'Your profile has been successfully updated.\',\n  \'my_profile_hidden\': \'Your profile is currently not visible to other attendees. You can change this by visiting <a href="%{enable_route}">Edit Profile</a>.\',\n  \'email_alerts_enabled\': \'<strong>You will now receive email from your Pathable communities.</strong>\',\n  \'community_email_alerts_enabled\': \'<strong>You will now receive email from this community.</strong>\',\n  \'email_alerts_disabled\': \'<strong>You will no longer receive email from any Pathable communities.</strong>\',\n  \'community_email_alerts_disabled\': \'<strong>You will no longer receive email from this community.</strong>\',\n  \'welcome_back_user\': \'<b>Welcome back, %{user}!</b>\',\n  \'friend\': \'friend\',\n  \'reset_password_created\': "You\'ll soon receive an email with instructions on resetting your password.",\n  \'done\': \'Done!\',\n\n  \'forms\': {\n    \'errors\': {\n      \'json_parse_error\': \'Failed to parse response text. Please email %{support_email}.\',\n      \'general_error\': "A general error has occurred and we\'ve been notified. For immediate help, please email %{support_email}.",\n      \'client_error\': \'Client Error: \',\n      \'server_401\': \'401 Unauthorized: \',\n      \'server_404\': \'404 Not Found: \',\n      \'server_500\': \'500 Server Error: \',\n      \'subject\': \'subject %{messages}\',\n      \'body\': \'body %{messages}\',\n      \'email\': \'email %{messages}\',\n      \'acceptance\': \'You must accept the Terms of Use and Privacy Policy to continue.\',\n      \'subscription_email\': \'Sorry, that account could not be found. Please email %{support_email} if you need help.\'\n    }\n  },\n  \'tables\': {\n    \'empty\': \'No data available in table\',\n    \'length_menu\': \'Show _MENU_ entries\',\n    \'loading\': \'Loading...\',\n    \'processing\': \'Processing...\',\n    \'search\': \'Search:\',\n    \'url\': \'\',\n    \'zero_records\': \'No matching records found\',\n    \'pagination\': {\n      \'first\': \'First\',\n      \'last\': \'Last\',\n      \'next\': \'Next\',\n      \'previous\': \'Previous\'\n    },\n    \'info\': {\n      \'base\': \'Showing _START_ to _END_ of _TOTAL_ entries\',\n      \'empty\': \'Showing 0 to 0 of 0 entries\',\n      \'filtered\': \'(filtered from _MAX_ total entries)\',\n      \'post_fix\': \'\'\n    },\n    \'errors\': {\n      \'no_rows_selected\': \'Please select one or more rows first.\'\n    }\n  }\n});\n%>\n');
window.JST['mobile/discussions/discussions/_form'] = P.views.shared.template('<% this.semantic_form_for(model, function(f){ %>\n  <% f.inputs({}, function(){ %>\n    <% f.input(\'to\', {as: \'string\', input_html: {\'class\': \'discussion_to\'}}); %>\n    <% f.input(\'subject\', {as: \'string\', input_html: {\'class\': \'subject\'}}); %>\n    <% f.input(\'body\', {as: \'text\', label: \'Body\', input_html: {\'class\': \'body\', cols: 40, rows: 20}}); %>\n    \n    <% f.buttons(function(){ %>\n      <input type="submit" value="Send">\n    <% }); %>    \n  <% }); %>  \n<% }); %>');
window.JST['mobile/discussions/discussions/edit'] = P.views.shared.template('<div data-role="header">\n  <a href="#" data-rel="back">Back</a>\n  <h1><%= view._title() %></h1>\n  <%= JST[\'layouts/mobile/_navigation\']({}) %>\n</div>\n\n<div data-role="content" class="inbox show">  \n  <div class="form"></div>\n</div>\n');
})();
