{% extends 'scipost/base.html' %} {% load countries %} {% load static %} {% block meta_description %}{{ block.super }} authorship info{% endblock meta_description %} {% block pagetitle %}: authorship info{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block content %}

Country-Level Authorship Data

Click on flag to view that country's data

    {% for code in countrycodes %} {% get_country code as country_obj %}
  • {% endfor %}
{% endblock content %}