diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-24 23:40:15 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-24 23:40:15 +0100 |
commit | 3dd57cb4f69d8c2f00dae92fc164a316cafa7ad0 (patch) | |
tree | 54b5963124dc660e07742b9d764cf40078478112 /templates/club.txt.tpl | |
parent | bee1831ddc82ee2b941e288aaa7480cfa0d82857 (diff) | |
download | engarde-importer-3dd57cb4f69d8c2f00dae92fc164a316cafa7ad0.tar.gz engarde-importer-3dd57cb4f69d8c2f00dae92fc164a316cafa7ad0.tar.bz2 engarde-importer-3dd57cb4f69d8c2f00dae92fc164a316cafa7ad0.zip |
Create clubs and participants files also via template
Diffstat (limited to '')
-rw-r--r-- | templates/club.txt.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/club.txt.tpl b/templates/club.txt.tpl new file mode 100644 index 0000000..d38201c --- /dev/null +++ b/templates/club.txt.tpl @@ -0,0 +1,4 @@ +{{- /*gotype:github.com/Necoro/engarde-importer.EngardeConfig*/ -}} +{{ range .Clubs -}} + {[classe club] [nom "{{.Name}}"] [modifie vrai] [date_oed "332"] [cle {{.Id}}]} +{{ end }}
\ No newline at end of file |