{% extends "base.html" %} {% load i18n baseurl %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {{ block.super }}: {% trans "Projects" %} {% endblock %} {% block breadcrumb_content %} {{ block.super }} ยป {% trans "Projects" %} {% endblock %} {% block body.id %}projectsindex{% endblock body.id %} {% block content %}

{{ projectlink }}

{% for item in projects %} {% endfor %}
{% trans 'Project' %} {% trans 'Overall Completion' %} {% trans 'Last Activity' %}
{{ item.name }}
{{ item.transper }}
{% if item.fuzzy %}
{% endif %} {% if item.untrans %}
{% endif %}
{{ item.lastactivity }}
{% endblock content %} {% block postcontent %}
{% include "translation_summary_legend.html" %}
{% include "top_contributers_table.html" %} {% endblock postcontent %}