{% extends "base.html" %} {% load crispy_forms_tags i18n 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 %}
{% endblock content %}