{% load macros render_nested %}
{% if type == "preamble" %}
    {% render_nested template=sub_template context=sub_context %}
{% else %} {% render_nested template=sub_template context=sub_context %} {% endif %}
{% include "regulations/footnotes.html" with footnotes=sub_context.node.footnotes only %} {% include "regulations/navigation.html" %}
{% if meta.comment_state.name == 'NO_COMMENT' %} {% block no-comment-warning %}

This notice does not accept comments

Back to read the proposal
{% endblock %} {% elif meta.comment_state.name == 'PREPUB' %} {% block prepub-warning %}

Comment period is not open

The comment period will open once the rule is officially published in the Federal Register

Back to read the proposal
{% endblock %} {% elif meta.comment_state.name == 'OPEN' %} {% elif meta.comment_state.name == 'CLOSED' %} {% block closed-warning %}

Comment period closed

As of {{meta.comments_close|date:"F j, Y"}} at 11:59pm EST, we are no longer accepting comments on this rule.

{% with url="https://www.regulations.gov/#!documentDetail;D="|add:meta.primary_docket %} {% with text="Visit the docket ("|add:meta.primary_docket|add:")" %} {% external_link url=url text=text %} {% endwith %}{% endwith %} to view all the public comments on this rule: {{meta.title}}.
Back to read the proposal
{% endblock %} {% endif %}