<div class="well"{% if margin %}style="margin-top: {{margin}}"{% endif %}> <a class="btn btn-danger pull-left" href="{{ url_for('webdeposit.delete', deposition_type=deposition_type, uuid=uuid) }}"><i class="icon-trash icon-white"></i> {{ _('Delete') }}</a> <span class="pull-right"> <span class="loader hide"><img src="{{ url_for('static', filename='img/loading.gif' ) }}" /></span> <span class="status-indicator muted"></span> <button class="btn form-save" data-toggle="tooltip" title="{{_('Press "Save" to save your upload for editing later, as many times you like.')}}" ><i class="icon-file"></i> Save</button> <button title="{{_('Press "Submit" to finalize and make your upload public (further editing afterwards is currently not possible).')}}" class="btn btn-primary form-submit"><i class="icon-ok icon-white"></i> Submit</button> </span> <span class="clearfix"></span> </div>