+#, fuzzy, no-wrap
+#| msgid ""
+#| "var content = d3.select(\"#content\");\n"
+#| "var consensus_figure = content.append(\"figure\")\n"
+#| " .style(\"margin\", \"0\")\n"
+#| " .style(\"width\", \"45%\")\n"
+#| " .style(\"float\", \"left\")\n"
+#| " .style(\"text-align\", \"center\");\n"
+#| "consensus_figure.append(\"span\")\n"
+#| " .attr(\"id\", \"consensus-pie\");\n"
+#| "consensus_figure.append(\"figcaption\")\n"
+#| " .text(L10n.consensus_weight);\n"