{% extends "po_projects/base.html" %} {% load i18n crispy_forms_tags %}{% load url from future %} {% block title %}{% trans "Manage Catalog" %}{% endblock %} {% block content %} {% if perms.po_projects.change_catalog %}

{% trans "Edit infos" %}

{% crispy form %}{% endif %}

{% trans "Messages" %}

There is {{ catalog.translationmsg_set.count }} messages in the catalog, {{ catalog.count_empty_translations }} are empty and {{ catalog.count_fuzzy_translations }} are fuzzy.

{% trans "Download PO" %} {% if perms.po_projects.edit_messages %}{% trans "Edit messages" %}{% endif %}

{% endblock %}