{% extends "base.html" %} {% block title %}NOC — MOPs{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Methods of Procedure (MOPs)

{{ classification }}
{% for m in mops %}
{{ m.mop_number }}

{{ m.title }}

{% if m.rfc_id %}
RFC: {{ m.rfc_id[:8] }}...
{% endif %}
{{ m.generated_by }} {{ m.created_at | ts }}
{% else %}
No MOPs yet. Generate one from an RFC on the RFCs page.
{% endfor %} {% include 'includes/iqe_query_widget.html' %} {% endblock %} {% block extra_js %} {% endblock %}