| .. raw:: html | |
| <style type="text/css"> | |
| .nothingtodo { | |
| background-color: #99FF99; | |
| font-style: italic; | |
| } | |
| .inprogress { | |
| background-color: #FFFF99; | |
| font-style: italic; | |
| } | |
| .partial { | |
| background-color: #2CCCFF; | |
| font-style: italic; | |
| } | |
| .complete { background-color: #99FF99; } | |
| </style> | |
| .. role:: nothingtodo | |
| .. role:: inprogress | |
| .. role:: partial | |
| .. role:: complete | |
| .. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do` | |
| .. |In Progress| replace:: :inprogress:`In Progress` | |
| .. |Partial| replace:: :partial:`Partial` | |
| .. |Complete| replace:: :complete:`Complete` | |
| .. |sect| unicode:: U+00A7 | |
| .. |hellip| unicode:: U+2026 |