{% extends "po_projects/base.html" %} {% load i18n crispy_forms_tags %}{% load url from future %} {% block title %}{% trans "Manage Catalog" %}{% endblock %} {% block content %}
There is {{ catalog.translationmsg_set.count }} messages in the catalog, {{ catalog.count_empty_translations }} are empty and {{ catalog.count_fuzzy_translations }} are fuzzy.
{% endblock %}