{% extends "share_links/base.html" %} {% load i18n %} {% block title %}{% translate "Webring" %} : {{ request.site.name }}{% endblock title %} {% block content %}

{% translate "Webring" %}

{% blocktranslate with nb=webring|length %}

You are on the webring listing all instances of share-links that have been added to the file by their respective owners. Each Link takes you to another site. "Previous" and "Next" take you to the "neighboring" instances of this site, and "Random" takes you to a random instance in the list.

Currently, the webring has {{ nb }} instance{{ nb|pluralize }}.

{% endblocktranslate %} {% if not previous and not next %}

{% translate 'There are no "Previous" & "Next" links in this page because this instance of share-links cannot be found on the webring.json file on the repo.' %}

{% endif %} {% if user.is_authenticated %}

{% translate "How to add my site?
If you have an instance running, just add yourself in the webring.json file and submit a merge request (you can also submit your instance in an issue)." %}

{% endif %}
{% translate "Show all the links in the webring" %}
{% endblock %}