{% extends "po_projects/base.html" %} {% load i18n crispy_forms_tags %}{% load url from future %} {% block title %}{% trans "Create a new project" %}{% endblock %} {% block content %}

{% trans "Project catalogs" %}

{% trans "Download archive" %} {% trans "Update" %}

{% trans "Add new catalog" %}

{% crispy form %}

{% trans "Messages to translate" %} ({{ project.get_current_version.templatemsg_set.count }})

    {% for item in project.get_current_version.templatemsg_set.all %}
  1. {{ item.message|safe }} {% comment %}{{ item.locations }}{% endcomment %}

  2. {% endfor %}
{% endblock %}