{% extends 'base.html' %} {% load i18n %} {% block headline %}{% block title %}{% trans 'Watch on repository' %}{% endblock %}{% endblock %} {% block content %}

{% trans 'Only URLs of SVN repositories are support now.' %}

{% if user.is_anonymous %}

{{ form.url.errors }} {{ form.url }}

{% else %} {{form.as_p}} {% endif %}
{% if user.is_anonymous %}

{% trans 'To be able to add nonpublic repositories you must sign-in.' %}

{% endif %} {% endblock %}