{% extends "layout.html" %} {% block title %}{{ super() }}Package {{ context}}/{{ package }}{% endblock %} {% block content %} {{ super() }}
| Attribute | Value | |
|---|---|---|
| {{ k }} | {% if result[p][k] is iterable and result[p][k] is not string %}
{% for dep in result[p][k] %}
{% if k == 'REQUIRES' or k == 'PROVIDES' or k == 'RECOMMENDS' or k == 'SUGGESTS' %}
{{ dep }} {% else %} {{ dep }} {% endif %} {% endfor %} |
{% else %}
{{ result[p][k] }} | {% endif %}