<%- include('../partials/navbar', { userId }) %>
<%= t('common.back') %>

<%= t('terms.title') %>

<%= t('terms.pickPackHint') %>

<% if (items.length === 0) { %>

<%= t('site.empty') %>

<% } %> <% items.forEach(function (item) { %> <% }) %>