{% extends "base.html" %}
{% block title %}Watch · {{ owner }}/{{ repository }} · tit{% endblock %}
{% block content %}
{{ owner }}/{{ repository }}
You watch selected activity in this repository.
{% else %}You do not watch this repository.
{% endif %} {% if can_change %}Set all three values to “Do not watch” to stop watching this repository.
{% else %}Log in to change watch preferences.
{% endif %} {% endblock %}