<% if(_.contains(activeactions, 'heatmap')) { %>
%
<% } %>
<% if(_.contains(activeactions, 'balancetype')) { %> <% } %> <% if(_.contains(activeactions, 'comparewith')) { %> <% } %> <% if(_.contains(activeactions, 'groupdate')) { %> <% } %> <% if(_.contains(activeactions, 'views') && views.values != null) { %>
<% _.each(views.values, function(obj, index){ %> <%= obj.value %> <% }) %>
<% } %> <% if(_.contains(activeactions, 'views2') && views2.values != null) { %>
<% _.each(views2.values, function(obj, index){ %> <%= obj.value %> <% }) %>
<% } %> <% if(_.contains(activeactions, 'tabs') && tabs.values != null) { %> <% if (!Ffof.General.isMobile() && tabs.values.length < 4) { %>
<% _.each(tabs.values, function(obj, index){ %> <%= obj.name %> <% }) %>
<% } else { %> <% } %> <% } %> <% if(_.contains(activeactions, 'periods') && periods.values != null) { %>
<% _.each(periods.values, function(obj, index){ %> <%= obj.name %> <% }) %>
<% } %> <% if (_.contains(activeactions, 'segments') && segments.values != null) { %> <% //# There can be multiple segment dropdowns, the count isset in segments.count %>
<% for (var i = 0; i < segments.count; i++) { %> <% } %>
<% } %> <% if (_.contains(activeactions, 'measures') && measures.values != null) { %> <% if (!Ffof.General.isMobile() && measures.values.length < 4) { %>
<% _.each(measures.values, function(obj, index){ %> <%= (obj.label != '' ? obj.label : obj.name) %> <% }) %>
<% } else { %> <% } %> <% } %> <% if (_.contains(activeactions, 'warning') && warning.text != null) { %>
<%= warning.text %>
<% } %>
<% if(_.contains(activeactions, 'dashboardviewmode')) { %>
<% } %>
<% if(_.contains(activeactions, 'back')) { %> <%= Ffof.t('Back') %> <% } %> <% if(_.contains(activeactions, 'print')) { %> <%= Ffof.t('Print') %> <% } %> <% if(_.contains(activeactions, 'analyze')) { %> <%= Ffof.t('Analyze') %> <% } %> <% if(_.contains(activeactions, 'export')) { %> <%= Ffof.t('Export') %> <% } %>