{% extends 'affiliates/base.html' %} {% load static %} {% load bootstrap %} {% load guardian_tags %} {% block pagetitle %}: Affiliate Journal: {{ object }}{% endblock %} {% block breadcrumb_items %} Affiliates Journals {{ object }} {% endblock %} {% block content %} {% get_obj_perms request.user for object as "user_perms" %}

Affiliate Journal: {{ object }}

Journal information

Homepage {% if object.homepage %}{{ object.homepage }} {% include 'bi/box-arrow-up-right.html' %}{% else %}(not defined){% endif %}
{% if perms.affiliates.can_edit_affiliatedjournal %}
Administration

Journal managers

Add manager

{% csrf_token %} {{ add_manager_form }}

Current list of managers

{% endif %} {% if perms.affiliates.can_edit_affiliatedjournal %}
Administration

Update publications from Crossref

Run full update
{% endif %} {% if 'manage_journal_content' in user_perms %}
Management

Add a publication

{% csrf_token %} {{ add_publication_form }}
{% endif %}

Recent publications (ten most recent) {% include 'bi/arrow-right.html' %}View all publications in this Journal

{% if 'manage_journal_content' in user_perms %} {% include 'affiliates/_affiliatepublication_table.html' with publications=object.publications.all|slice:":10" can_manage_journal_content=True %} {% else %} {% include 'affiliates/_affiliatepublication_table.html' with publications=object.publications.all|slice:":10" %} {% endif %}

Benefitting Organizations (ten most prominent) {% include 'bi/arrow-right.html' %} View all benefitting Organizations

{% for organization in top_benefitting_organizations %} {% empty %} {% endfor %}
Organization Summed
PubFractions
{{ organization }} {{ organization.sum_affiliate_pubfractions }}
No items at this time
{% endblock content %} {% block footer_script %} {{ add_manager_form.media }} {{ add_publication_form.media }} {% endblock footer_script %}