{% extends 'base.html' %} {% from "macros.html" import render_field %} {% block title %}Retriever Registration{% endblock %} {% block content_title %}Register Retriever{% endblock %} {% block content_description %}Define a new retriever (for a catalog){% endblock %} {% block content %}
{% endblock %} {% block content_footer %} {% endblock %}