name=DomainBillingStatementsView.urlname), url(r'^billing/make_payment/$', InvoiceStripePaymentView.as_view(), name=InvoiceStripePaymentView.urlname), url(r'^billing/join_billing_admins/$', AddOpsUserAsDomainAdminView.as_view(), name=AddOpsUserAsDomainAdminView.urlname), url(r'^subscription/$', DomainSubscriptionView.as_view(), name=DomainSubscriptionView.urlname), url(r'^subscription/renew/$', ConfirmSubscriptionRenewalView.as_view(), name=ConfirmSubscriptionRenewalView.urlname), url(r'^billing_information/$', EditExistingBillingAccountView.as_view(), name=EditExistingBillingAccountView.urlname), url(r'^deployment/$', EditDeploymentProjectInfoView.as_view(), name=EditDeploymentProjectInfoView.urlname), url(r'^forwarding/$', DomainForwardingOptionsView.as_view(), name=DomainForwardingOptionsView.urlname), url(r'^forwarding/new/FormRepeater/$', AddFormRepeaterView.as_view(), {'repeater_type':'FormRepeater'}, name=AddFormRepeaterView.urlname), url(r'^forwarding/new/(?P<repeater_type>\w+)/$', AddRepeaterView.as_view(), name=AddRepeaterView.urlname), url(r'^forwarding/test/$', 'test_repeater', name='test_repeater'), url(r'^forwarding/(?P<repeater_id>[\w-]+)/stop/$', 'drop_repeater', name='drop_repeater'), url(r'^snapshots/set_published/(?P<snapshot_name>[\w-]+)/$', 'set_published_snapshot', name='domain_set_published'), url(r'^snapshots/set_published/$', 'set_published_snapshot', name='domain_clear_published'), url(r'^snapshots/$', ExchangeSnapshotsView.as_view(), name=ExchangeSnapshotsView.urlname), url(r'^snapshots/new/$', CreateNewExchangeSnapshotView.as_view(), name=CreateNewExchangeSnapshotView.urlname), url(r'^multimedia/$', ManageProjectMediaView.as_view(), name=ManageProjectMediaView.urlname), url(r'^commtrack/settings/$', RedirectView.as_view(url='commtrack_settings')), url(r'^organization/$', OrgSettingsView.as_view(), name=OrgSettingsView.urlname), url(r'^organization/request/$', 'org_request', name='domain_org_request'), url(r'^internal/info/$', EditInternalDomainInfoView.as_view(), name=EditInternalDomainInfoView.urlname), url(r'^internal/calculations/$', EditInternalCalculationsView.as_view(), name=EditInternalCalculationsView.urlname), url(r'^internal/calculated_properties/$', 'calculated_properties', name='calculated_properties'), url(r'^previews/$', FeaturePreviewsView.as_view(), name=FeaturePreviewsView.urlname), url(r'^flags/$', FeatureFlagsView.as_view(), name=FeatureFlagsView.urlname), url(r'^sms_rates/$', SMSRatesView.as_view(), name=SMSRatesView.urlname), )
name=ManageProjectMediaView.urlname), url(r'^case_search/$', CaseSearchConfigView.as_view(), name=CaseSearchConfigView.urlname), url(r'^calendar_settings/$', CalendarFixtureConfigView.as_view(), name=CalendarFixtureConfigView.urlname), url(r'^location_settings/$', LocationFixtureConfigView.as_view(), name=LocationFixtureConfigView.urlname), url(r'^commtrack/settings/$', RedirectView.as_view(url='commtrack_settings', permanent=True)), url(r'^internal/info/$', EditInternalDomainInfoView.as_view(), name=EditInternalDomainInfoView.urlname), url(r'^internal/calculations/$', EditInternalCalculationsView.as_view(), name=EditInternalCalculationsView.urlname), url(r'^internal/calculated_properties/$', calculated_properties, name='calculated_properties'), url(r'^previews/$', FeaturePreviewsView.as_view(), name=FeaturePreviewsView.urlname), url(r'^flags/$', FeatureFlagsView.as_view(), name=FeatureFlagsView.urlname), url(r'^toggle_diff/$', toggle_diff, name='toggle_diff'), url(r'^sms_rates/$', SMSRatesView.as_view(), name=SMSRatesView.urlname), DomainReportDispatcher.url_pattern() ]
name=ConfirmSubscriptionRenewalView.urlname), url(r'^internal_subscription_management/$', InternalSubscriptionManagementView.as_view(), name=InternalSubscriptionManagementView.urlname), url(r'^billing_information/$', EditExistingBillingAccountView.as_view(), name=EditExistingBillingAccountView.urlname), url(r'^repeat_record/', RepeatRecordView.as_view(), name=RepeatRecordView.urlname), url(r'^forwarding/$', DomainForwardingOptionsView.as_view(), name=DomainForwardingOptionsView.urlname), url(r'^forwarding/new/FormRepeater/$', AddFormRepeaterView.as_view(), {'repeater_type': 'FormRepeater'}, name=AddFormRepeaterView.urlname), url(r'^forwarding/new/CaseRepeater/$', AddCaseRepeaterView.as_view(), {'repeater_type': 'CaseRepeater'}, name=AddCaseRepeaterView.urlname), url(r'^forwarding/new/(?P<repeater_type>\w+)/$', AddRepeaterView.as_view(), name=AddRepeaterView.urlname), url(r'^forwarding/test/$', 'test_repeater', name='test_repeater'), url(r'^forwarding/(?P<repeater_id>[\w-]+)/stop/$', 'drop_repeater', name='drop_repeater'), url(r'^snapshots/set_published/(?P<snapshot_name>[\w-]+)/$', 'set_published_snapshot', name='domain_set_published'), url(r'^snapshots/set_published/$', 'set_published_snapshot', name='domain_clear_published'), url(r'^snapshots/$', ExchangeSnapshotsView.as_view(), name=ExchangeSnapshotsView.urlname), url(r'^transfer/$', TransferDomainView.as_view(), name=TransferDomainView.urlname), url(r'^snapshots/new/$', CreateNewExchangeSnapshotView.as_view(), name=CreateNewExchangeSnapshotView.urlname), url(r'^multimedia/$', ManageProjectMediaView.as_view(), name=ManageProjectMediaView.urlname), url(r'^case_search/$', CaseSearchConfigView.as_view(), name=CaseSearchConfigView.urlname), url(r'^commtrack/settings/$', RedirectView.as_view(url='commtrack_settings')), url(r'^internal/info/$', EditInternalDomainInfoView.as_view(), name=EditInternalDomainInfoView.urlname), url(r'^internal/calculations/$', EditInternalCalculationsView.as_view(), name=EditInternalCalculationsView.urlname), url(r'^internal/calculated_properties/$', 'calculated_properties', name='calculated_properties'), url(r'^previews/$', FeaturePreviewsView.as_view(), name=FeaturePreviewsView.urlname), url(r'^flags/$', FeatureFlagsView.as_view(), name=FeatureFlagsView.urlname), url(r'^sms_rates/$', SMSRatesView.as_view(), name=SMSRatesView.urlname), DomainReportDispatcher.url_pattern() )