xmpp.chapril.org-conversejs/html/translation.html
2012-02-28 10:40:11 +01:00

11 lines
172 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>There is currently {{ object.translated }}% translated, {{ object.fuzzy }}% fuzzy.</p>
{% endblock %}