{% extends "project_base.html" %} {% load i18n baseurl cleanhtml assets common_tags %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{{ project.name }} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {{ project.name }}
  • {% endblock %} {% block body_id %}projectoverview{% endblock %} {% block content %}

    {{ project.summary }}

    {% display_table table %}
    {% include "translation_summary_legend.html" %}
    {% if project.description_html or can_edit %}

    {% trans "Description" %}

    {% if project.description_html %} {{ project.description_html|clean }} {% else %}

    {% trans "No description set." %}

    {% endif %} {% if can_edit %} {% include "admin/edit_links.html" %} {% endif %}
    {% if can_edit %} {% endif %}
    {% endif %}
    {% endblock content %} {% block postcontent %} {% include "top_contributers_table.html" %} {% endblock postcontent %} {% block scripts_extra %} {% if user.is_superuser or request.permissions.administrate %} {% assets "js_admin" %} {% endassets %} {% endif %} {% endblock %}