Skip to main content
Toggle navigation menu
Go to ArbiterSports.com
Community
Submit a request
Sign in
ArbiterSports
Community
Assigners
Search
Assigners
Show all
All
Planned
Not planned
Completed
Answered
No status
Sort by votes
Newest post
Recent activity
Votes
Comments
Welcome to the ArbiterSports Assigner's Community!
Amy Lamb
April 15, 2024 22:23
2
votes
0
comments
Didn't find what you were looking for?
New post
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 }) %>
<% }); %>
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>