{% extends "uds/internal_page.html" %} {% load i18n %} {% load static %} {% block content %}
{% autoescape off %} {{ transport }} {% endautoescape %}

{% include "uds/snippets/back_to_list.html" %} {% endblock %}