{% extends "base_full.html" %} {% load i18n %} {% block title %}{% trans 'Documentation' %}{% endblock %} {% block content %}

{% trans 'Documentation' %}

Tags

List of all the template tags and their functions.

Models

Models are descriptions of all the objects in the system and their associated fields. Each model has a list of fields which can be accessed as template variables.

{% endblock content %}