{% extends "po_projects/base.html" %} {% load i18n crispy_forms_tags %}{% load url from future %} {% block title %}{% trans "Manage Catalog" %}{% endblock %} {% block content %}
There is {{ project.templatemsg_set.count }} messages in the catalog
{% endblock %}