{% extends "wooey/modals/base_modal.html" %} {% load i18n %} {% block modal_id %}modal-permalink{% endblock %} {% block modal_title %}{% trans "Permanant link to these results" %}{% endblock modal_title %} {% block modal_body %}

{% trans "You can share the following link to give open access to your results:" %}

{{ permalink }}

{% trans "Anyone with this link will be able to view your data — only share with people you trust!" %}

{% endblock modal_body %}