<divclass="checkbox-label"><spanrel="template-tooltip"data-tiptip="right"data-title="<?php _se('Mark this if the image is not family safe'); ?>"><labelfor="form-nsfw"><inputclass="float-left"type="checkbox"name="form-nsfw"id="form-nsfw"<?phpif(function_exists('get_image')andget_image()['nsfw']){
echo' checked';
}?>><?php _se('Flag as unsafe'); ?></label></span></div>
<textareaid="form-image-description"name="form-image-description"class="text-input no-resize"placeholder="<?php _se('Brief description of this image'); ?>"><?phpechofunction_exists('get_image_safe_html')?get_image_safe_html()["description"]:null;?></textarea>