{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block page %}

{% trans 'No catalog configured' %}

{% trans "The project does appear not to have a question catalog. Please update your project." %}

{% trans "You will be redirected shortly." %}

{% endblock%}