<% var that = this; %>
<%= that.model.escape('name') %>
Имя
<%= that.model.escape('firstName') %>
<% if (that.model.has('middleName')) { %>
Отчество
<%= that.model.escape('middleName') %>
<% } %>
Фамилия
<%= that.model.escape('lastName') %>
E-mail
<%= that.model.escape('email') %>
<% if (that.model.has('timeZone') && that.model.get('timeZone').name) { %>
Часовой пояс
<%= that.model.get('timeZone').name %>
<% } %>
Версия приложения
<%= that.versionNumber %>
<% if (that.showLayoutSwitcher===true) { %>
Вид
Две колонки
<% } %>
Push-уведомления
Очистить кэш