{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load thumb %} {% get_current_language as LANGUAGE_CODE %} {{ site_name }} - {% trans 'Search results' %} {% include "common_libs.html" %} {% include '_header.html' %}
{% if job_id %}
{% blocktrans with site_label=site.SITE_NAME.label %}Fetching from {{ site_label }}{% endblocktrans %}
{% else %}
{% trans "System busy, please try again in a minute." %}
{% endif %}
{% include '_footer.html' %}