{% if detail %}
{% if detail.format %}{{ detail.format }}{% endif %} {% if detail.size_human %}{{ detail.size_human }}{% endif %} {% if detail.numFiles is not none %}{{ detail.numFiles }} file{{ "s" if detail.numFiles != 1 else "" }}{% endif %} {% if detail.description %}{{ detail.description }}{% endif %}
{% endif %} {% for col in columns %}
{{ col.column }} {{ col.data_type }} {% if not col.is_nullable %}NN{% endif %}
{% else %}

{{ "No parameters" if is_routine else "No columns." }}

{% endfor %}