<%= t('apaid.t') %>

<%= t('apaid.intro') %>

<% if (saved) { %>

<%= t('apaid.saved') %>

<% } %> <% if (error) { %>

<%= error %>

<% } %> <% if (!secretReady) { %>

<%= t('apaid.nokey') %>

<% } %>

<%= t('apaid.status') %> <% if (status.connected) { %> <%= t('apaid.connected') %> (<%= t('apaid.campaign') %> <%= status.campaignId %>) <% } else if (status.configured) { %> <%= t('apaid.configured') %> <% } else { %> <%= t('apaid.notyet') %> <% } %>

<%= t('apaid.redirect_h') %>

<%= t('apaid.redirect_p') %>

<% if (status.configured || status.connected) { %>
<% } %>

← <%= t('admin.back') %>

<%# Het script van deze pagina staat in assets/js/mod/admin-paid.js (shaer-bqr). %>