2016-09-25 22:37:27 +02:00
|
|
|
<h4>{{$account_types}}</h4>
|
|
|
|
{{include file="field_radio.tpl" field=$account_person}}
|
2016-09-26 21:35:01 +02:00
|
|
|
{{include file="field_radio.tpl" field=$account_organisation}}
|
2016-09-25 22:37:27 +02:00
|
|
|
{{include file="field_radio.tpl" field=$account_news}}
|
|
|
|
{{include file="field_radio.tpl" field=$account_community}}
|
|
|
|
|
|
|
|
{{if $account_type == $type_person}}
|
|
|
|
<h5>{{$user}}</h5>
|
2013-04-23 13:47:57 +02:00
|
|
|
{{include file="field_radio.tpl" field=$page_normal}}
|
|
|
|
{{include file="field_radio.tpl" field=$page_soapbox}}
|
|
|
|
{{include file="field_radio.tpl" field=$page_freelove}}
|
2016-09-25 17:28:00 +02:00
|
|
|
{{/if}}
|
2016-09-25 22:37:27 +02:00
|
|
|
|
2016-09-26 21:35:01 +02:00
|
|
|
{{if $account_type == $type_organisation}}
|
2016-09-25 22:37:27 +02:00
|
|
|
<input type='hidden' name='page-flags' value='1'>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{if $account_type == $type_news}}
|
|
|
|
<input type='hidden' name='page-flags' value='1'>
|
2016-09-25 17:28:00 +02:00
|
|
|
{{/if}}
|
2016-09-25 22:37:27 +02:00
|
|
|
|
|
|
|
{{if $account_type == $type_community}}
|
|
|
|
<h5>{{$community}}</h5>
|
2014-05-03 12:10:38 +02:00
|
|
|
{{include file="field_radio.tpl" field=$page_community}}
|
|
|
|
{{include file="field_radio.tpl" field=$page_prvgroup}}
|
2016-09-25 17:28:00 +02:00
|
|
|
{{/if}}
|