{% extends "master_noauth.html" %}
{% block title %}Propagation{% endblock %}
{%block tag %}propagation{% endblock %}
{% block content %}
Propagation
{%- if config['SHOW_PROPAGATION'] -%}
{%- if prefix == "oops" %}
Ooooops, some file was somehow (or somewhere) not found. Move along!
{%- else %}
This diagram shows how many mirrors for the {{prefix}} branch have a repomd.xml file which is the same
(respectively one day older, two days older or much older) version as on the master mirror.
{%- if props %}
The same diagram is als available for the branches:
{%- for prop in props -%}
{%- if prop != prefix %}