xmpp.chapril.org-conversejs/html/translation.html

11 lines
172 B
HTML
Raw Normal View History

2012-02-27 11:34:32 +01:00
{% extends "base.html" %}
2012-02-27 11:58:55 +01:00
{% load i18n %}
2012-02-27 11:34:32 +01:00
{% block content %}
2012-02-28 10:40:11 +01:00
<p>There is currently {{ object.translated }}% translated, {{ object.fuzzy }}% fuzzy.</p>
2012-02-27 11:34:32 +01:00
{% endblock %}