Commit 0c4413b9 authored by Michal Čihař's avatar Michal Čihař

Remove no longer used file

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7621d076
{% load i18n %}
{% load translations %}
{% with object.subproject as object %}
{% include "subproject_info.html" %}
{% endwith %}
<tr>
<th>{% trans "Strings" %}<span class="badge pull-right flip">{{ object.total }}</span></th>
<td class="progress-cell">{% translation_progress object %}</td>
<td class="percent">{{ object.get_translated_percent }}%</td>
</tr>
<tr>
<th>{% trans "Words" %}<span class="badge pull-right flip">{{ object.total_words }}</span></th>
<td class="progress-cell">{% words_progress object %}</td>
<td class="percent">{{ object.get_words_percent }}%</td>
</tr>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment