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

11 lines
166 B
HTML
Raw Normal View History

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