{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %} Give package | PkgDB {% endblock %} {%block tag %}packages{% endblock %} {% block content %}

Give Point of Contact of package: {{packagename}}

{{ render_field_in_row(form.branches) }} {{ render_field_in_row(form.poc) }}

{{ form.csrf_token }}

Use your mouse or the control key to select multiple ACLs at once

{% endblock %}