{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block breadcrumbs %}
  • {{ object.project }}
  • {{ object.name }}
  • {% trans "source strings" %}
  • {% endblock %} {% block content %}
    {% url 'review_source' project=source.subproject.project.slug subproject=source.subproject.slug as review_url %} {% with source.get_source_checks as checks %} {% if checks %}

    {% trans "Strings to check" %}

    {% for c in checks %} {{ c.2 }}{{ c.1 }} {% endfor %}
    {% endif %} {% endwith %}

    {% trans "Project Information" %}

    {% include "subproject_info.html" %}
    {% endblock %}