<%= polyglot.t('Version', {version: ob.version}) %>

<% if(ob.serverVersion) { %>

<%= polyglot.t('ServerVersion', {serverVersion: ob.serverVersion}) %>

<% } %>
<%= polyglot.t('About') %> <%= polyglot.t('Contributors') %> <%= polyglot.t('Support') %> <%= polyglot.t('Licensing') %>
<% if (ob.tab === 'about') { %>
<%= polyglot.t('aboutSection.about') %>
<% } else if (ob.tab === 'licensing') { %>
<%= polyglot.t('aboutSection.licensing') %>
<% } else if (ob.tab === 'support') { %>
<% var shareURL = "https%3A%2F%2Fopenbazaar.org" %>
<%= polyglot.t('socialReminder.shareTwitter') %> <%= polyglot.t('socialReminder.shareFacebook') %> &description=<%= polyglot.t('socialReminder.blurb') %>"> <%= polyglot.t('socialReminder.sharePinterest') %> <%= polyglot.t('socialReminder.shareLinkedIn') %> <%= polyglot.t('socialReminder.shareTumblr') %>

<%= polyglot.t('socialReminder.reminder') %>

<%= polyglot.t('aboutSection.support') %>
<% } else if (ob.tab === 'contributors') { %>
<%= polyglot.t('aboutSection.contributors') %>
<% } %>