Skip to main content
Toggle navigation menu
Encircle Status
Sign in
Encircle Status
Contact Us
Sign in
<% categories.forEach(function(category) { %>
<%= category.name %>
<% if (category.sections) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }) %>
<% } %> <% }) %>
Search
Encircle
Adjusters
Learn how to use Encircle as an adjuster.
Working With the Claim
Encircle for Insurers: Process Overview
Adding a Claim
Use Link to Get Photos and Videos from the Policyholder
Guiding the Policyholder to use Link
Reviewing the Visuals from the Policyholder
Sharing the Claim File
See all 7 articles
Managing Contents
Cheat Sheet - Listing Contents for Adjusters
Promoted article
Update Item Descriptions
Replacement Price Lookup
Setting Depreciation Values and Taxes
Creating Contents Items From Room Photos
Converting Room Overview Photos into Items
Creating Reports
Report Types
Creating a "Schedule of Loss"
Creating a PDF Media Report
Common searches:
<% var sectionIds = sections .filter(function(section) { if (typeof categoryId !== undefined) return section['category_id'] == categoryId; return true; }) .map(function(section) { return section.id }); var promotedArticles = articles.filter(function(article) { return article.promoted && sectionIds.indexOf(article.section_id) !== -1; }) %> <% if (promotedArticles.length) { %>
Popular Articles
<%= partial('article-list-partial-general', { articles: promotedArticles }) %>
<% } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 0) %>
<% }) %>
<% } else { %>
empty
<% } %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var activeCategory = categories.filter(function(category) { return category.isActive; })[0] || null; %> <% if (typeof maxArticles === 'undefined' || !maxArticles) maxArticles = 5; %> <% if (activeCategory && activeCategory.sections.length) { %>
Toggle navigation menu
<% activeCategory.sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { id: 'section-' + section.id, parentId: 'section-' + section.id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxArticles: maxArticles, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.slice(0, maxArticles).forEach(function(article) { %>
<%= article.title %>
<% }); %> <% if (section.articles.length > maxArticles) { %>
See all articles
<% } %>
<% } %>
<% }); %>
<% } %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxArticles: maxArticles, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.slice(0, maxArticles).forEach(function(article) { %>
<%= article.title %>
<% }); %> <% if (section.articles.length > maxArticles) { %>
See all articles
<% } %>
<% } %>
<% }); %>
<% } %>