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