{% comment %} {% endcomment %}{% load i18n %}

{% trans 'Responses' %}

{% trans 'The general structure of the answers' %}

{% trans 'The type and structure of nested object depend on the method to call (see documentation below).' %}

response = {
    'status': 200, // {% trans 'Codes HTTP that makes sense.' %}
    'message': '{% trans 'The message string for the user (with support for localization)' %}',
    'data': <{% trans 'Nested object' %} JSON>,
}