{% extends "base.html" %} {% load crispy_forms_tags i18n metrics permissions translations %} {% block nav_pills %} {% perm 'project.edit' object.project as user_can_edit_project %} {% perm 'upload.perform' object as user_can_upload_translation %}
{% endblock nav_pills %} {% block breadcrumbs %} {% path_object_breadcrumbs path_object %}{% blocktranslate trimmed %} Project-wide uploads are currently not supported. Translation files need to be uploaded on the individual translations. Switch to the "Components" tab above, open the desired component, and perform the upload there. {% endblocktranslate %}