{% extends "base/base.html" %} {% load static %} {% block page_heading %} Tags {% endblock page_heading %} {% block main_content %}
| Paper ID | Matching Tags |
|---|---|
| {{ id.paper_number }} |
{% for tag in tags %}
{% if tag %}
{{ tag.text }}
{% endif %} {% endfor %} |
| Tags | Number of uses |
|---|---|
|
{% if tag.text %}
{{ tag.text }}
{% endif %} |
{{ count }} |