{% extends "django_prometric/base.html" %} {% load i18n %} {% block title %}{% translate "Providers" %}{% endblock %} {% block page_title %}{% translate "Data sources" %}{% endblock %} {% block content %}
{{ entry.provider.kind }}
{% if entry.provider.is_configured %} {% if entry.provider.description %}{{ entry.provider.description }}
{% endif %} {% else %}{{ entry.provider.configuration_help }}
{% endif %}{% blocktranslate with days=entry.provider.max_period_days %}Looks back up to {{ days }} days.{% endblocktranslate %}
{% endif %} {% if entry.provider.is_configured %} {% endif %}