{% extends "admin/admin_widget.html" %} {% load djblets_utils i18n %} {% block widget_content %} {% if repositories %} {% else %} {% url "admin:scmtools_repository_add" as add_repository_url %}

{% blocktrans %} No repositories have been configured. To get started with Review Board, add one or more repositories. These can be self-hosted in your network, or hosted on a third-party service like GitHub or GitLab. {% endblocktrans %}

{% blocktrans %} See the documentation for help. {% endblocktrans %}

{% endif %} {% endblock widget_content %} {% block widget_footer_actions %} {% if repositories %}
  • {% blocktrans %}More Repositories ({{total_repositories}} total){% endblocktrans %}
  • {% trans "Add Repository" %} {% endif %} {% endblock widget_footer_actions %}