{% extends 'layout.html' %} {% block title %} Repository {{ repo.name }} {% endblock %} {% block page_title %} Repository «{{ repo.name }}» {% endblock %} {% block toolbar %} Return to the repositories list {% endblock %} {% block content %} {% if repo.packages|count == 0 %}

Sorry, but there are no packages in this repository.

{% elif repo.packages|count == 1 %}

There is 1 package in this repository:

{% else %}

There are {{ repo.packages|count }} packages in this repository:

{% endif %} {% endblock %}