{# Copyright 2012 Pierre Krieger This code is under MIT license. See the LICENSE file. #} {% extends "@niysuAdminSite/main.htm" %} {% block body %} {% if branches == null %}
This page allows you to show various informations about the current branch of a web project.
{% else %}
{{ log | join("\r\n") }}{% endif %} {% endblock %}