{% extends 'base.html' %} {% load i18n syntax_color %} {% block style %} {{block.super}} {% pygments_css %} ul.revisions li {border-top: 2px solid black; list-style: none;} span.rev, span.date, span.author {float: left; right-padding: 2em; margin-right:1em;} p.message {clear: left; margin-top: 2em; background-color: lightgray;} .highlight {overflow: hidden;} .b-errors {background: pink;} {% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block headline %}{% block title %}{% trans 'Last changes from' %} {{object.url}}{% endblock %}{% endblock %} {% block content %} {{block.super}} {{object.update_last_access}} {% if object.revision_set.count %} {% else %} {% if object.last_error %}

{% trans 'We encounter an error during downloading diffs from this repository:' %}

{{object.last_error|safe}}
{% else %}

{% trans 'Please, wait while we download all diffs for this repository.' %}

{% url vcs-watch-add as add_url %} {% blocktrans with object.get_rss_url as rss %}Now you can subscribe on RSS feed, to receive all updated in time. Or add another repository.{% endblocktrans %} {% endif %}

{% endif %} {% endblock %}