{% if file_urls %}
{% for label, url in file_urls %} {% if label != skip_format %} {% if label == 'pdf' or label == 'pdfized' %} pdf {% elif label == 'xml' or label == 'html' or label == 'bibxml' %} {{ label}} {% elif label == 'htmlized' %} htmlized {% elif label == 'bibtex' %} bibtex {% elif label == 'plain text' %} txt {% elif label == 'with errata' %} w/errata {% endif %} {% endif %} {% endfor %}
{% else %} (not online) {% endif %}