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