{% extends "process/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "nm" %} {% endblock %} {% block content %}

Add {{type_desc}}

{% include explain_template with edit=True %} {% if blurb %}

For your convenince, you can generate the signed statement with this command, and the site will recognise the text and accept it without a need of manual validation of its content:

(
  {% for line in blurb %}echo {{line}}
  {% endfor %}
) | gpg --clearsign --default-key {{visitor.fpr}}
{% endif %}

Use gpg --clearsign --default-key {{fpr}} to generate the signed statement. Tip: pipe it to xclip to have it copied to the clipboard for easy pasting.

It is a good idea to include some context information like the date and nm.debian.org in the text, in case someone tries to reuse the signed statement somewhere else.

The signature will be verified using the key {{fpr|fingerprint}}

{% if requirement.type != "sc_dmup" %}

The statement will be sent to debian-newmaint as {{visitor.fullname}} {% if "edit_email" in visit_perms %} <{{visitor.email}}>. {% else %} <{{visitor.email}}>. {% endif %}

{% endif %}
{% csrf_token %} {% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %} {% for field in form.visible_fields %} {{ field.label_tag }}
{{ field }}
{{ field.errors }} {% endfor %} {{ form.non_field_errors }}
Lookup from debian-newmaint:
{% endblock %}