{% if non_empty_date_charts %}
What's Happening
New in the last {{ num_days }} days
-
{% for chart in non_empty_date_charts %}
- {% map_icon_img chart.schema %} {{ chart.total_count|intcomma }} {% filter capfirst %}{% schema_plural_name chart.schema chart.total_count %}{% endfilter %} {% endfor %}
- Older: {% for chart in empty_date_charts %}
- {% map_icon_img chart.schema %}{{ chart.schema.plural_name|capfirst }} {% endfor %}
{% if more_schemas %}
{% block featuredlookups %}
{% get_featured_lookups_by_schema %}
{% if featured_lookups %}
{% endif %}
{% endblock featuredlookups %}
More news
-
{% for schema in more_schemas %}
- {% map_icon_img schema %}{{ schema.plural_name|capfirst }} {% endfor %}