Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit a6d5e93

Browse files
Added info about the template include tree
1 parent 5212c61 commit a6d5e93

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,5 @@ Add the following to the crontab:
227227
# Sync modified groups back to LDAP every 5 minutes
228228
*/5 * * * * /project/dir/current/current/bin/console grouphub:sync -e=prod --type=queue
229229
```
230+
231+
also see: [Docs](docs/)

docs/templating.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Templating
2+
3+
Since are somewhat deeply nested and most are named *group* sometimes it's
4+
hard to discover what means what. The tree below represents the include structure
5+
for all lists of groups.
6+
7+
base.html.twig
8+
group_categories.html.twig
9+
my_groups.html.twig
10+
_sort.html.twig
11+
my_groups-groups.html.twig (my-owner)
12+
_memberships.html.twig
13+
my_groups-groups.html.twig (my-admin)
14+
_memberships.html.twig
15+
my_groups-groups.html.twig (my-member)
16+
_memberships.html.twig
17+
organisation_groups.html.twig
18+
_sort.html.twig
19+
organisation_groups-groups.html.twig (org-owner)
20+
_memberships.html.twig
21+
organisation_groups-groups.html.twig (org-admin)
22+
_memberships.html.twig
23+
organisation_groups-groups.html.twig (org-member)
24+
_memberships.html.twig
25+
all_groups.html.twig
26+
_sort.html.twig
27+
all_groups-groups.html.twig
28+
_groups.html.twig
29+
30+
search.html.twig
31+
_sort.html.twig [organisationGroups.sort]
32+
search-results.html.twig
33+

0 commit comments

Comments
 (0)