datatracker/ietf/templates/stats/includes/number_with_details_cell.html
Ole Laursen c61babb418 Add citation and h-index statistics
- Legacy-Id: 12869
2017-02-17 17:43:14 +00:00

8 lines
352 B
HTML

{% if content_limit and names|length <= content_limit %}
{% for n in names %}
{{ n }}<br>
{% endfor %}
{% else %}
<a class="popover-details" href="" data-elements="{% for n in names|slice:":20" %}{{ n }}{% if not forloop.last %}|{% endif %}{% endfor %}" data-sliced="{% if names|length > 20 %}1{% endif %}">{{ names|length }}</a>
{% endif %}