<span id='update-org-credentials-button-text' class='sr'><%-gettext('Press update settings to update the information for your organization.') %></span>
<div class='transcription-account-details warning'><span><%- gettext("This action updates the {provider} information for your entire organization.").replace('{provider}', selectedProvider.name) %></span></div>
<% } else { %>
<div class='transcription-account-details'><span><%- gettext("Enter the account information for your organization.") %></span></div>
('api_url',models.URLField(help_text='edx-video-pipeline API URL.',verbose_name='Internal API URL')),
('service_username',models.CharField(default=b'video_pipeline_service_user',help_text='Username created for Video Pipeline Integration, e.g. video_pipeline_service_user.',max_length=100)),