{% extends "bundle/base.djhtml" %} {% load i18n %} {% block title %} {% trans "Explore" %} {% endblock %} {% block content %}
{% trans "Bundle name" %} | {% trans "Created on" %} | {% trans "User" %} |
---|---|---|
{{ bundle }} | {{ bundle.pub_date }} | {{ bundle.uploader }} |
{% trans "No bundles have been created yet!" %}
{% endif %} {% endblock %}