{% if distinfo["metadata-version"] %}
{{ distinfo["summary"] }}
{% if distinfo["metadata-version"]=="1.0" %}
{% include 'metadata10.html' %}
{% endif %}
{% if distinfo["metadata-version"]=="1.1" %}
{% include 'metadata10.html' %}
{% include 'metadata11.html' %}
{% endif %}
{% if distinfo["metadata-version"]=="1.2" %}
{% include 'metadata10.html' %}
{% include 'metadata11.html' %}
{% include 'metadata12.html' %}
{% endif %}
{% else %}
No metadata information available ! Stallion wasn't able to find
the package information.
The package probably doesn't have the PKG-INFO metadata.
Stallion wasn't able to find the PKG-INFO metadata.