{% extends "admin/base_site.html" %} {% load i18n %} {% block bodyclass %}grp-doc{% endblock %} {% block content-class %}{% endblock %} {% block title %}Grappelli Documentation » Admin Index{% endblock %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Admin Index

Basics

A .grp-group encloses modules which belong together or should appear in a more associated way.

Usually a group starts with a heading but you might as well use it without one.
Just be aware of the fact that groups without headings do not appear in document outlines.

There are two different types of groups: Stacked Groups and Tabular Groups.

Group

Module

Row

Row

Module

Row

Row

{% filter force_escape %}

Group

Module

Row

Row

Module

Row

Row

{% endfilter %}
{% endblock %}