<%= t("pages.help.other.title") %>
- <%= link_to t("pages.help.other.how_to_use", org_name: setting['org_name']), how_to_use_path %>
<% SiteCustomization::Page.with_more_info_flag.with_same_locale.each do |custom_page| %>
- <%= link_to custom_page.title, page_path(custom_page.slug) %>
<% end %>