{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block breadcums %}
  • {{ object.project }}
  • {{ object.name }}
  • {% endblock %} {% block content %} {% include "subproject_info.html" %}

    {% trans "Translations" %}

    {% url 'accounts.views.contact' as contact_url %}

    {% blocktrans %}Should your language be missing, plese contact us.{% endblocktrans %} {% endblock %}