/home/arranoyd/gazehome/wp-content/plugins/uncode-privacy/includes/views/admin/tmpl-consents.php
<script type="text/html" id="tmpl-consents">
	<div class="postbox" id="consent-type-content-{{data.key}}">
		<h2 class="hndle">{{data.name}} <span>(id: {{data.key}})</span><button class="notice-dismiss" type="button"><span class="screen-reader-text"><?php esc_html_e( 'Unregister this consent.', 'uncode-privacy' ); ?></span></button></h2>
		<input type="hidden" name="{{data.option_name}}[{{data.key}}][name]" value="{{data.name}}" />
		<input type="hidden" name="{{data.option_name}}[{{data.key}}][id]" value="{{data.id}}" />
		<div class="inside">
			<table class="form-table">
				<tr>
					<th><label for="required-{{data.key}}"><?php esc_html_e( 'Required', 'uncode-privacy' ); ?></label></th>
					<td>
						<label class="uncode-privacy-switch">
							<input class="uncode-privacy-switch-checkbox" type="checkbox" name="{{data.option_name}}[{{data.key}}][required]" id="required-{{data.key}}">
							<span class="uncode-privacy-slider round"></span>
						</label>
					</td>
				</tr>
				<tr>
					<th><label for="default-state-{{data.key}}"><?php esc_html_e( 'Active by default', 'uncode-privacy' ); ?></label></th>
					<td>
						<label class="uncode-privacy-switch">
							<input type="checkbox" name="{{data.option_name}}[{{data.key}}][state]" id="default-state-{{data.key}}">
							<span class="uncode-privacy-slider round"></span>
						</label>
					</td>
				</tr>
				<tr>
					<th><label for="consent-description-{{data.key}}"><?php esc_html_e( 'Consent description', 'uncode-privacy' ); ?></label></th>
					<td><textarea name="{{data.option_name}}[{{data.key}}][description]" id="consent-description-{{data.key}}" cols="53" rows="3" required></textarea></td>
				</tr>
			</table>
		</div><!-- .inside -->
	</div><!-- .postbox -->
</script>