{% extends 'scipost/base.html' %} {% block pagetitle %}: Supporting Partners: Petition{% endblock pagetitle %} {% load bootstrap %} {% load staticfiles %} {% load scipost_extras %} {% block content %}

{{ petition.headline }}

{{ petition.statement|linebreaksbr }}

{% if request.user.is_authenticated %} {% if not is_signed %}

Click here to sign this petition!

{% else %}

Thank you for signing this petition!

{% endif %} {% else %}

You must be logged in to sign this petition

{% endif %}

Signatories

{% for signatory in petition.signatories.all %} {% empty %} {% endfor %}
{{ signatory.user.last_name }} {{ signatory.user.first_name }} {{ signatory.affiliation }} {{ signatory.country_of_employment }}
No signatories found
{% if current_agreements %}

Partners

{% endif %} {% endblock content %}