});
});
</script>
+<script>
+$(function () {
+ $('[data-toggle="popover"]').popover()
+})
+</script>
+
{% endblock %}
{% block extra_head %}
{% endif %}
<li>
{% trans "Cover:" %}
- {{ product.records.first.cover_condition }} </li>
+ <a class="badge" tabindex="0" role="button" data-toggle="popover" data-trigger="hover focus"
+ title="{{ product.records.first.cover_condition.name }}"
+ data-content="{{ product.records.first.cover_condition.description }}">
+ {{ product.records.first.cover_condition.abbr }}
+ </a>
+ </li>
<li>
{% trans " Vinyl:" %}
- {{ product.records.first.vinyl_condition }} </li>
-
+ <a class="badge" tabindex="0" role="button" data-toggle="popover" data-trigger="hover focus"
+ title="{{ product.records.first.vinyl_condition.name }}"
+ data-content="{{ product.records.first.cover_condition.description }}">
+ {{ product.records.first.vinyl_condition.abbr }}
+ </a>
+ </li>
</ul>