{% extends "layouts/map-layout.html" %} {% block body_title %} [{{ method }}] api.getfleety.{{ config.URL_SUBDOMAIN }}{{ path }} {% endblock %} {% block body_content %} {% if user %} Usuario: {{ user.name }} ({{ user.id }}) {% endif %} {% if org_name %} Organización: {{ org_name }} {% endif %} {% if get_data %} Parámetros GET: {{ get_data }} {% endif %} {% if post_data %} Parámetros POST: {{ post_data }} {% endif %} Traza: {{ traceback }} {% endblock %}
{{ get_data }}
{{ post_data }}
{{ traceback }}