{% extends "base.html" %} {% load i18n common_tags %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans "Projects" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}{% include 'common/_breadcrumbs.html' %} {% endblock %} {% block content %}

{% trans "Projects" %}

{% display_table table %}
{% include "translation_summary_legend.html" %}
{% endblock content %} {% block postcontent %} {% include "top_contributers_table.html" %} {% endblock postcontent %}