{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block breadcums %}
  • {{ object.subproject.project }}
  • {{ object.subproject.name }}
  • {% trans object.language.name %}
  • {% endblock %} {% block content %} {% include "translation_info.html" %} {% with object.get_checks as checks%} {% if checks %}

    {% trans "Strings to check" %}

    {% endif %} {% endwith %}

    {% trans "Download and upload" %}

    {% trans "Download" %} {% if user.is_authenticated %}
    {% csrf_token %} {{ form.as_table }}
    {% endif %} {% endblock %}