| Base string | {{ translated_string.base_string }} |
{% if form.plural %}| Plural | {{ translated_string.plural }} |
{% endif %}
| Comment | {{ translated_string.comment }} |
| Context | {{ translated_string.context }} |
{% if form.translation %}| Translation | {{ form.translation(class_="form-control") }} |
{% endif %}
{% if form.translation_one %}| Translation one | {{ form.translation_one(class_="form-control") }} |
{% endif %}
{% if form.translation_few %}| Translation few | {{ form.translation_few(class_="form-control") }} |
{% endif %}
{% if form.translation_many %}| Translation many | {{ form.translation_many(class_="form-control") }} |
{% endif %}
{% if form.translation_other %}| Translation other | {{ form.translation_other(class_="form-control") }} |
{% endif %}
| Translator Comment | {{ form.translator_comment(class_="form-control") }} |
{{ form.csrf_token }}