2016-09-25 16:37:27 -04:00
|
|
|
<h4>{{$account_types}}</h4>
|
|
|
|
{{include file="field_radio.tpl" field=$account_person}}
|
2016-09-26 15:35:01 -04:00
|
|
|
{{include file="field_radio.tpl" field=$account_organisation}}
|
2016-09-25 16:37:27 -04: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 07:47:57 -04: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 11:28:00 -04:00
|
|
|
{{/if}}
|
2016-09-25 16:37:27 -04:00
|
|
|
|
2016-09-26 15:35:01 -04:00
|
|
|
{{if $account_type == $type_organisation}}
|
2016-09-25 16:37:27 -04: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 11:28:00 -04:00
|
|
|
{{/if}}
|
2016-09-25 16:37:27 -04:00
|
|
|
|
|
|
|
{{if $account_type == $type_community}}
|
|
|
|
<h5>{{$community}}</h5>
|
2014-05-03 06:10:38 -04:00
|
|
|
{{include file="field_radio.tpl" field=$page_community}}
|
|
|
|
{{include file="field_radio.tpl" field=$page_prvgroup}}
|
2016-09-25 11:28:00 -04:00
|
|
|
{{/if}}
|