{% extends "django_schema_browser/base.html" %} {% load django_schema_browser_i18n %} {% block title %}{% btrans "[Project applications]" %}{% endblock title %} {% block content %}
| {% btrans "[Application]" %} | {% btrans "[Python module]" %} | {% btrans "[Description]" %} | {% btrans "[Models]" %} |
|---|---|---|---|
| {{ app.name }} | {{ app.module }} |
{{ app.description }} | {{ app.models_count }} |
{% btrans "[No local application detected.]" %}
{% endif %} {% endblock content %}