65d235017c
export basic account data as json import basic account data in db (dbs must be at same schema version)
9 lines
138 B
Smarty
9 lines
138 B
Smarty
<h3>$title</h3>
|
|
|
|
|
|
{{ for $options as $o }}
|
|
<dl>
|
|
<dt><a href="$baseurl/$o.0">$o.1</a></dt>
|
|
<dd>$o.2</dd>
|
|
</dl>
|
|
{{ endfor }} |