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

{{ project.name }} {{ catalog }}


{% trans "Edit infos" %}

{% crispy form %}

{% 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" %} {% trans "Edit messages" %}

{% endblock %}