{% extends "base.html" %} {% import "macros.html" as macros with context %} {% block head %} {{ super() }} {% endblock head %} {% block body %}
{{ super() }} {% endblock body %} {% block content %}{{ srp_request.details|urlize(30) }}
{{ action.note|urlize(30) }}