{% extends "base.html" %} {% load i18n %} {% load txcommontags %} {% load permissions %} {% load txpermissions %} {% block breadcrumb %} {{block.super}} » {% trans "Projects" %} » {{resource.project}} » Edit {{resource}} {% endblock %} {% block title %} {{ block.super }} | Edit {{ resource}} {% endblock %} {% block content_title %}

{% if not resource %} {% blocktrans with resource.name as resource_name %}Edit {{ resource_name }}{% endblocktrans %} {% endif %}

{% endblock %} {% block content_main %}

{% trans "Edit the details of the translation resource" %}

{% csrf_token %} {% form_as_table_rows resource_form %} {% form_as_table_rows url_form %}

{% blocktrans %}

To enable automatic "fetching" of your source language strings by Transifex, enter a URL to your source file (e.g. POT file). Refer to the documentation for more information.

Warning: Transifex will overwrite the existing source strings and translations with the ones found in the linked file. This may lead to loss of translations, so make sure the URL links to the correct file before submitting the form.

{% endblocktrans %}
{% endblock %}