{% load i18n %}
{% with url=object.get_absolute_url|add:"#organize" %} {% if type == "project" %} {% blocktranslate %}Organize the project to change its URL slug or remove it.{% endblocktranslate %} {% elif type == "component" %} {% blocktranslate with url=object.get_absolute_url|add:"#organize" %}Organize the component to change its URL slug, move or remove it.{% endblocktranslate %} {% else %} {% include "Missing type!" %} {% endif %} {% endwith %}