{% if is_authorized %} {% mbd_token as token %} {# Still needed for some ids (here and in api_arg.html) #}
{% for arg in args.mandatory %} {% include "mini_buildd/includes/tags/api_arg.html" %} {% endfor %} {% if cmd.CONFIRM %} {% endif %} {% for arg in args.hidden %} {% endfor %} {% if args.optional %}
{% for arg in args.optional %} {% include "mini_buildd/includes/tags/api_arg.html" %} {% endfor %}
{% endif %}
{% else %} {# Unauthorized: Be sure to use the same HTML elements/classes here, to make CSS styling look the same. #}
{% endif %}