{% extends "projects/base.html" %} {% load i18n %} {% load txcommontags %} {% block extra_head %} {% endblock %} {% block title %} {% with pofile.object as component %} {{ block.super }} | {{ component.project.name }} | {% blocktrans with component.name as component_name %}{{ component_name }}{% endblocktrans %} | {% blocktrans with pofile.filename as filename %}Translate '{{ filename }}'{% endblocktrans %} {% endwith %} {% endblock %} {% block breadcrumb %} {% with pofile.object as component %} {{ block.super }} » {{ component.project.name }} » {{ component.name }} » {% blocktrans with pofile.filename as filename %}Translate '{{ filename }}'{% endblocktrans %} {% endwith %} {% endblock %} {% block content_title %}

{% blocktrans with component.name as component_name and pofile.filename as filename %}Translate '{{ filename }}'{% endblocktrans %}

{% endblock %} {% block content %} {% if pofile.total %}

Current status

Settings
Show occurences:
Translated {{ pofile.trans }} {{ pofile.trans_perc }}%
Fuzzy {{ pofile.fuzzy }} {{ pofile.fuzzy_perc }}%
Untranslated {{ pofile.untrans }} {{ pofile.untrans_perc }}%
Total {{ pofile.total }}
{% endif %}

Live translation

{% if form_message %}

{{ form_message }}

{% endif %}
{% if WEBTRANS_SUGGESTIONS %} {% endif %} {% with pofile_form as form %} {% include "webtrans/transfile_form.html" %} {% endwith %}
{% trans "#" %} {% trans "Source String" %} {% trans "Translation" %}{% trans "AT" %}{% trans "Occurrences" %} {% trans "Fuzzy?" %}

{% endblock %}