not_available.html 562 B

12345678
  1. {% extends "admin/stats/layout.html" %}
  2. {% block action %}<div class="alert">
  3. <div class="alert-icon"><span><i class="icon-info-sign icon-white"></i></span></div>
  4. <p><strong>{% trans %}No statistics providers could be found.{% endtrans %}</strong></p>
  5. <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>
  6. <p>{% trans %}Some of Misago models provide statistics so you should never see this page.{% endtrans %}</p>
  7. </div>{% endblock %}