<section class="tab {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">				

	<div class="dialog-area">			

		{{#if (not hasActor)}}

			<div class="infobox bioInformationArea floating-label-group">
				<input class="sheet-infoValues editable" name="system.id" type="text" value="{{item.system.id}}" data-dtype="String" autocomplete="off" autofocus required />
				<span class="floating-label">{{localize "wod.labels.ability.id"}}</span>
			</div>
			<div class="information-area">{{localize "wod.labels.ability.idhint"}}</div>

			<div class="infobox bioInformationArea floating-label-group">
				<input class="sheet-infoValues editable" name="system.label" type="text" value="{{item.system.label}}" data-dtype="String" autocomplete="off" autofocus required />
				<span class="floating-label">{{localize "wod.labels.ability.sheetname"}}</span>
			</div>


			<div class="infobox bioInformationArea floating-label-group">
				<input class="sheet-infoValues editable" type="text" value="{{item.system.value}}" data-dtype="Number" autocomplete="off" autofocus required />
				<span class="floating-label">{{localize "wod.labels.sphere.start"}}</span>
			</div>

		{{/if}}

		<div class="infobox bioInformationArea floating-label-group">
			<input class="sheet-infoValues editable" name="system.max" type="text" value="{{item.system.max}}" data-dtype="Number" autocomplete="off" autofocus required />
			<span class="floating-label">{{localize "wod.labels.advantage.max"}}</span>
		</div>

		<div class="infobox bioInformationArea floating-label-group">
			<input class="sheet-infoValues editable" name="system.speciality" type="text" value="{{item.system.speciality}}" data-dtype="String" autocomplete="off" autofocus required />
			<span class="floating-label">{{localize "wod.labels.ability.speciality"}}</span>
		</div>

	</div>

	<div class="dialog-area">

		<div class="infobox">
			<label class="headlineBio splatFont" for="data.system.settings.istechnocracy">{{localize "wod.labels.sphere.technocracy"}}</label>
			<input name="system.settings.istechnocracy" type="checkbox" {{isChecked item.system.settings.istechnocracy}}></input>
		</div>		

		{{> "systems/worldofdarkness/templates/items/parts/description.hbs" proseheadline="wod.labels.description" locked=locked headline=false prosename="system.description" prosevalue=description proseenriched=enrichedDescription}}

	</div>		
			
</section>