uncloud/uncloud_v3/app/templates/app/product_detail.html

12 lines
231 B
HTML

<h1>{{ object.name }}</h1>
(description to be added here)
<ul>
{% for tf in timeframes %}
<li><a href="{% url 'product-order-tf' object.slug tf.slug %}">Buy
{{ object.name }}
for {{ tf }}</a>
{% endfor %}
</ul>