{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block breadcrumbs %}
  • {{ object.project }}
  • {{ object.name }}
  • {% trans "source" %}
  • {% endblock %} {% block content %}

    {% trans "Project Information" %}

    {% include "subproject_info.html" %} {% with source.get_source_checks as checks %} {% if checks %}

    {% trans "Strings to check" %}

    {% endif %} {% endwith %} {% endblock %}