{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Télécharger le projet" %}

{% with 'targz zip' as formats %} {% for format in formats.split %} {% with "download-"|add:format as dlurl %} {% ifchanged %} {% endifchanged %} {{ format }} {% endwith %} {% endfor %} {% endwith %}
{% include "includes/agpl-3.0.html" %} {% endblock %}