{% extends "base.html" %} {% load i18n baseurl %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {% blocktrans with block.super as prevtitle %}{{ prevtitle }}: Projects{% endblocktrans %} {% endblock %} {% block body.id %}projectsindex{% endblock body.id %} {% block content %}
{% trans 'Project' %} | {% trans 'Overall Completion' %} | {% trans 'Last Activity' %} |
---|---|---|
{{ item.name }} |
{{ item.transper }}
{% if item.fuzzy %}
{% endif %}
{% if item.untrans %}
{% endif %}
|
{{ item.lastactivity }} |