{% extends "repomaker/base_modal.html" %} {% load i18n %} {% block title %}{% trans 'Please Wait!' %}{% endblock title %} {% block toolbar %}{% endblock toolbar %} {% block rm-content %}

{% trans 'Please Wait!' %}

{% trans 'Background Operation in Progress' %}

{% blocktrans trimmed %} Repomaker might be updating or publishing your repo. Or it might be updating a remote repo. Depending on the type and size of the background operation, this might take awhile. {% endblocktrans %}

{% endblock rm-content %}