% extends 'layout.html' %>
<% block content %>
<% if segments is empty %>
<%= __("Yikes! Couldn't find any subscribers") %>
<% endif %>
<% endblock %>
<% block translations %>
<%= localize({
'serverError': __('Server error:'),
'exportMessage': __('%1$s subscribers were exported. Get the exported file [link]here[/link].')
}) %>
<% endblock %>