{% from "_helpers.html" import render_field %} {% macro copr_form(form, view, copr = None, username = None) %} {# if using for updating, we need to pass name to url_for, but otherwise we need to pass nothing #}
{% endmacro %} {% macro copr_delete_form(form, copr) %} {% endmacro %} {% macro copr_permissions_form(form, copr, permissions) %} {% if permissions %} {% endif %} {% endmacro %} {% macro copr_legal_flag_form(form, copr) %} {% endmacro %}