{% mbd_token as token %} {# Still needed for some ids (here and in api_arg.html) #} {% if verbose %}

{{ call.doc_title }}

{{ call.doc_body }}
{% endif %}
{% include "mini_buildd/includes/tags/api_args.html" with args=args.mandatory %} {% if call.CONFIRM %} {% endif %} {% for arg in args.hidden %} {% endfor %} {% if args.optional %}
{% include "mini_buildd/includes/tags/api_args.html" with args=args.optional %}
{% endif %}