2012-02-28 15:00:42 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
{% include "translation_info.html" %}
|
|
|
|
|
2012-02-28 15:09:03 +01:00
|
|
|
<h2>{% trans "Translate" %}</h2>
|
|
|
|
|
2012-02-28 15:16:02 +01:00
|
|
|
<p>{% blocktrans %}Showing string {{ unit.position }} out of {{ total }}.{% endblocktrans %}</p>
|
2012-02-28 15:00:42 +01:00
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
|