{% load i18n %} {% load txcommontags %}
{% trans "Create New Resource" %}
{% blocktrans %} Create a resource by selecting a source language and uploading a source translation file from your workstation, such as an English POT file. Transifex will analyze the file, extract the strings from inside it, and create your resource based on these. {% endblocktrans %}
{{ field }}
{% for error in field.errors %}{{ error }}{% endfor %}