{% load i18n %}
response = { 'status': 200, // {% trans 'HTTP codes, with the meaning.' %} 'message': '{% trans 'The string message to the user (localization support)' %}', 'data': <{% trans 'Nested object JSON' %}>, }
{% trans 'The type and structure of nested object depend on the method to call (see documentation below).' %}