{% extends 'layout/base.html' %} {% block page_class %}fixed-width-standalone-text-page{% endblock %} {% block title -%} {% trans %}URL Shortener{% endtrans %} {%- endblock %} {% block content -%}

{% trans -%} In this page, you can generate short links for any Indico URL. Just enter the URL below and click "Shorten". {%- endtrans %}

{% trans -%} Tip: You can also generate short links by using the quick-links in various places within Indico! Just look for the icon. {%- endtrans %}

{%- endblock %}