Saltar al contenido principal
Abrir/cerrar menú de navegación
Artículos
Tutoriales
Cursos
Webinars
Cambiar de plan
Iniciar Asana
Iniciar sesión
Comenzar
Búsqueda
|
Toda la empresa
Toda la empresa
Canales
Ideas y brainstorming
¿Qué es un flujo de trabajo?
Propuestas de proyectos y solicitudes especiales
Agendas de reuniones
Cómo crear las bases de tu flujo de trabajo
Comentarios y aprobaciones
Las reuniones individuales
Planificación de los objetivos de la empresa
Cómo aplicar una matriz RACI en Asana
Gestionar proyectos
Asana para métodos Agile y Scrum
Cómo agregar movimiento a tu flujo de trabajo
Principales búsquedas
<%= getStartedSection.dynamicTitle %>
<% getStartedSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<%= recommendedLinksSection.dynamicTitle %>
<%= recommendedLinksSection.headerLink.dynamicHeaderLink %>
<% recommendedLinksSection.linkColumns.forEach(function(linkColumn, index) { %>
<%= linkColumn.dynamicTitle %>
<% linkColumn.links.forEach(function(link){%>
<%= link.dynamicLinkText %>
<% }) %>
<% }) %>
<%= useCasesSection.dynamicTitle %>
<%= useCasesSection.headerLink.dynamicHeaderLink %>
<% useCasesSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<% videoCourseSection.videoCourseRows.forEach(function(videoCourseRow, index) { %>
<%= videoCourseRow.dynamicTitle %>
<%= videoCourseRow.headerLink.dynamicHeaderLink %>
<% videoCourseRow.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
<% }) %>
<%= keepExploringSection.dynamicTitle %>
<% keepExploringSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
Categorías
<% 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 maxSections = 5 %>
Abrir/cerrar menú de navegación
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorías
Categorías
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
Temas de ayuda:
<% 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.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Más información
<% } %>
<% } %>