{% extends "base.html" %} {% load crispy_forms_tags i18n icons translations %} {% block nav_pills %} {% endblock nav_pills %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
{% include "list-projects.html" %} {% if not projects and create_project_url %}

{% translate "Add new translation project" %}

{% endif %} {% include "paginator.html" with page_obj=projects anchor="projects" %}
{% format_last_changes_content last_changes=last_changes user=user %} {% translate "Browse all workspace changes" %}
{% if autoform %}
{% include "snippets/autoform.html" with object=workspace autoform=autoform %}
{% endif %} {% if bulk_state_form %}

{% documentation_icon 'user/translating' 'bulk-edit' right=True %} {% translate "Bulk edit" %}

{% crispy bulk_state_form %}
{% endif %} {% if billing %}
{% include "billing/detail-content.html" %}
{% endif %} {% if can_edit_workspace %}
{% csrf_token %}

{% translate "Workspace settings" %}

{{ settings_form|crispy }}
{% endif %} {% if can_manage_access %}

{% translate "Teams" %}

{% for group in workspace_teams %} {% endfor %}
{% translate "Name" %} {% translate "Roles" %} {% translate "Members" %}
{% include "auth/teams-name.html" %} {% include "auth/teams-roles.html" %} {% include "auth/teams-count.html" %} {% icon 'pencil.svg' %}
{% endif %}
{% endblock content %}