def render_index
    if @appliance_configuration_template.errors.blank?
      @notice = "Appliance Configuration Template was successfully #{request[:action]}ed.".gsub('ee','e') # ;)
    else
      @alert = @appliance_configuration_template.errors.full_messages.join('</br>')