{% extends "base.html" %} {% load mini_buildd_tags %} {% block page_header %}
{% if api_cmd.args.package %} {% with api_cmd.args.package as package %} Show package
Show Debian (Old)
{% endwith %} {% endif %} {% if api_cmd %}
API: plain
API: python
{% endif %}
{% block page_title %}{% endblock %}
{% block page_sub_title %}{% endblock %}
{% if api_cmd.args %}
{{ api_cmd.COMMAND }} API call (show parameter)
{% for k, v in api_cmd.args.items %}

{% with help=api_cmd.args_help|mbd_dict_get:k %} {{ k }}= {{ help }} {% endwith %}

{% endfor %}
{% endif %} {% endblock %}