{% extends "master.html" %} {% block title %}{{ repo.namespace + '/' if repo.namespace }}{{ repo.name }}{% endblock %} {% set tag = "home" %} {% if g.repo_watch_levels == ['issues', 'commits'] %} {% set watch_button_title = 'You are watching issues, PRs, and commits on this project' %} {% set watch_button_class = 'btn-primary' %} {% elif g.repo_watch_levels == ['issues'] %} {% set watch_button_title = 'You are watching issues on this project' %} {% set watch_button_class = 'btn-info' %} {% elif g.repo_watch_levels == ['commits'] %} {% set watch_button_title = 'You are watching commits on this project' %} {% set watch_button_class = 'btn-info' %} {% else %} {% set watch_button_title = 'You are not watching this project' %} {% set watch_button_class = 'btn-secondary' %} {% endif %} {% block content %}