Subjects
Below is a list of subjects for books that users have added to
wishlists. It is here primarily to show what subjects are present
in the database to guide further development.
{% for subject in subjects %}
- {{ subject.name }}
({% if subject.works__is_free__count %}{{ subject.works__is_free__count }} free out of {{ subject.works.all.count }}{% else %}{{ subject.works__count }}{% endif %} total works).
{% if request.user.is_staff %} set keywords.
edit{% endif %} keyword.
{% endfor %}