{% extends "base.html" %} {% block content %} {{ super() }}
This table lists the modules recipy has patches for, and the input and output functions that are patched.
Module | Input functions | Output functions |
---|---|---|
{{ mod.modulename }} |
{% if mod.input_functions | length > 0 %}
{{ mod.input_functions|join(' , ')|safe }}
{% endif %}
|
{% if mod.output_functions | length > 0 %}
{{ mod.output_functions|join(' , ')|safe }}
{% endif %}
|
import recipy
to register available patches.
{% endif %}