<% if (typeof count !== 'undefined' && typeof ciphers !== 'undefined' && typeof curves !== 'undefined') { %>
Count
<%= _.escape(count || '') %>
Ciphers
<%= _.escape(ciphers || '') %>
Curves
<%= _.escape(curves || '') %>
<% } %>