aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index e4555f0..6ed5bbe 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -249,4 +249,13 @@
</ul>
{% endif %}
#}
+
+ {% if alternatives %}
+ <h3>Alternatives</h3>
+ <ul>
+ {% for p in alternatives %}
+ <li><a href="{{ p.getDetailsURL() }}">{{ p.title }} by {{ p.author.display_name }}</a></li>
+ {% endfor %}
+ </ul>
+ {% endif %}
{% endblock %}