4 |
5 |
6 | {% block reg_title %} 7 | {% endblock %} 8 | 9 | {% update_in_progress label_id as reg_update_in_progress %} 10 | {% if new_version or reg_update_in_progress %} 11 |
12 | {% if new_version %} 13 |
14 |
15 | New amendments effective: {{new_version.by_date|date:"m/d/Y"}} 16 |
17 | 22 |
23 | {% endif %} 24 | {% if reg_update_in_progress %} 25 | {% include "regulations/update-alert.html" %} 26 | {% endif %} 27 |
28 | {% endif %} 29 | 30 | {% block reg_main_content %} 31 | {% endblock %} 32 | {% block reg_addtl_content %} 33 | {% endblock %} 34 | 35 |
36 | {% block legal_disclaimer %} 37 | {% endblock %} 38 |
39 |
40 |
41 |