{% set title = _("Sign in") %} {% include 'page_start.html' %} {% include 'nav_bar.html' %}

{% trans %}rdiffweb{% endtrans %}

{% trans %}Originally developed by Josh Nisly, rdiffweb is a web interface for browsing and restoring from rdiff-backup repositories.{% endtrans %}

rdiffweb {% set version="0.7.0" %} {% trans %}version {{ version }}{% endtrans %}
{% include 'message.html' %}

{% trans %}Enter your username and password to log in.{% endtrans %}

{% include 'page_end.html' %}