{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% load crispy_forms_tags %} {% load humanize %} {% load icons %} {% block breadcrumbs %}
{% trans "Name" %} | {% trans "Roles" %} | {% trans "Languages" %} | {% trans "Projects" %} | {% trans "Components" %} | {% trans "Members" %} | |
---|---|---|---|---|---|---|
{% include "auth/teams-name.html" %} | {% include "auth/teams-roles.html" %} | {% include "auth/teams-languages.html" %} | {% include "auth/teams-projects.html" %} | {% include "auth/teams-components.html" %} | {% include "auth/teams-count.html" %} | {% icon 'pencil.svg' %} {% if not group.internal %} {% icon 'delete.svg' %} {% endif %} |