not_available.html 596 B

123456789
  1. {% extends "admin/overview/stats/layout.html" %}
  2. {% load i18n %}
  3. {% block action %}<div class="alert">
  4. <div class="alert-icon"><span><i class="icon-info-sign icon-white"></i></span></div>
  5. <p><strong>{% trans %}No statistics providers could be found.{% endtrans %}</strong></p>
  6. <p>{% trans %}This action is not avaiable because there are no models found that provide filter_overview method necessary to generate statistics reports.{% endtrans %}</p>
  7. <p>{% trans %}Some of Misago models provide statistics so you should never see this page.{% endtrans %}</p>
  8. </div>{% endblock %}