+
+
+ {% for label in labels %}
+
+
+
+
+ {% endfor %}
+
{% if item.owner %}
owner | {{ item.owner }} |
@@ -38,58 +56,32 @@
-
+
- {% if labels and not has_one_label %}
-
Labels
- {% endif %}
-
- {% for label in labels %}
-
-
-
-
- {% endfor %}
-
- {% if item.props.items %}
-
Properties
-
-
-
- key |
- value |
-
-
- {% for k, v in item.props.items %}
- {{ k }} | {{ v|urlize }} |
- {% endfor %}
-
- {% endif %}
-
- {% if categories %}
-
Categories
-
{% for category in categories %}
-
- {% include "widgets/categoryicon.html" with category=category %}
+ |
+ category
|
- {{ category.name }}
+ {% include "widgets/categoryicon.html" with category=category %}
+ {{ category.name }}
|
{% endfor %}
+
+ {% for k, v in item.props.items %}
+ {{ k }} | {{ v|urlize }} |
+ {% endfor %}
+
+ {% if labels %}
+ a.k.a. |
+ {% for label in labels %}
+ {{ label.id }} ,
+ {% endfor %}
+ |
+ {% endif %}
- {% endif %}
{% if images %}
Photos