13 lines
286 B
HTML
13 lines
286 B
HTML
<% extends 'layout.html' %>
|
|
|
|
<% block content %>
|
|
<div id="segments_container"></div>
|
|
|
|
<%= localize({
|
|
'pageTitle': __('Segments'),
|
|
'searchLabel': __('Search'),
|
|
'loadingItems': __('Loading segments...'),
|
|
'noItemsFound': __('No segments found.')
|
|
}) %>
|
|
<% endblock %>
|