{% extends 'components/modal.html' %} {% load i18n %} {% block modal-title %} {% trans "Leaving BookWyrm" %} {% endblock %} {% block modal-body %} {% blocktrans trimmed with link_url=link.url %} This link is taking you to: {{ link_url }}.
Is that where you'd like to go? {% endblocktrans %} {% endblock %} {% block modal-footer %} {% if request.user.is_authenticated %}
{% trans "Report spam" %}
{% trans "Continue" %} {% endif %} {% endblock %}