{% extends 'base.html' %} {% load i18n %} {% load staticfiles %} {% load version_tags %} {% block content %}
{% trans 'Free, Open source, Django based FOSS data restructuring, versioning and exporting tool. LIBRE was created by the Office of the Chief Information Officer of the Commonwealth of Puerto Rico to power the liberation of government data. It has been made available as Free software with the hopes that other countries and individuals may benefit from it too.' %}
{% project_version as project_version %}{% blocktrans %}Version: {{ project_version }}{% endblocktrans %}
{% trans 'Source code' %}: https://github.com/commonwealth-of-puerto-rico/libre
{% trans 'Issues' %}: https://github.com/commonwealth-of-puerto-rico/libre/issues?state=open
{% trans 'PyPI' %}: https://pypi.python.org/pypi/libre
{% trans 'Documentation' %}: https://libre.readthedocs.org/
{{ authors|safe }}