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

Repostat {{repostat.version}}

Tools

Contributors

{% set contributors_count_max = 5 %} {{ repostat.contributors[:contributors_count_max]|join(", ") }} {% if repostat.contributors|length > contributors_count_max %} and others. {% endif %}

Licence

Repostat license is GPLv2/GPLv3, but it contains:

See the files for details.

{% endblock %}