{% trans 'To transfer an app to a new owner you must first unlock the app. A user can then take control of the app by registering it again on the app register page in the app developer menu.' %}
+ + {% if apps %} +{% trans 'App name' %} | +{% trans 'Ownership transfer status' %} | +{% trans 'Change ownership transfer status' %} | +
---|---|---|
{{ app.name }} | ++ {% if app.ownership_transfer_enabled %} + {% trans 'Unlocked for transfer' %} + {% else %} + {% trans 'Locked, no transfer possible' %} + {% endif %} + | ++ + | +
{% trans 'You have not uploaded any apps yet!' %}
+ {% endif %} +