182 <li> |
182 <li> |
183 {% trans 'Changer de disposition' %} |
183 {% trans 'Changer de disposition' %} |
184 <p> {% trans '(Indisponible si modification du RENKAN)' %}</p> |
184 <p> {% trans '(Indisponible si modification du RENKAN)' %}</p> |
185 <ul> |
185 <ul> |
186 {% if 'shape=vert' in switch_shape_url.current %} |
186 {% if 'shape=vert' in switch_shape_url.current %} |
187 <li id="graph-line"><a href="">✓ {% trans 'See the graph in column' %}</a></li> |
187 <li id="graph-line"><a href="">✓ {% trans 'Voir le graph en colonne' %}</a></li> |
188 <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'See the graph in line' %}</a></li> |
188 <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'Voir le graph en ligne' %}</a></li> |
189 <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'See the graph in circle' %}</a></li> |
189 <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'Voir le graph en cercle' %}</a></li> |
190 {% elif 'shape=horiz' in switch_shape_url.current %} |
190 {% elif 'shape=horiz' in switch_shape_url.current %} |
191 <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'See the graph in column' %}</a></li> |
191 <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'Voir le graph en colonne' %}</a></li> |
192 <li id="graph-lineH"><a href="">✓ {% trans 'See the graph in line' %}</a></li> |
192 <li id="graph-lineH"><a href="">✓ {% trans 'Voir le graph en ligne' %}</a></li> |
193 <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'See the graph in circle' %}</a></li> |
193 <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'Voir le graph en cercle' %}</a></li> |
194 {% else %} |
194 {% else %} |
195 <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'See the graph in column' %}</a></li> |
195 <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'Voir le graph en colonne' %}</a></li> |
196 <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'See the graph in line' %}</a></li> |
196 <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'Voir le graph en ligne' %}</a></li> |
197 <li id="graph-circle"><a href="">✓ {% trans 'See the graph in circle' %}</a></li> |
197 <li id="graph-circle"><a href="">✓ {% trans 'Voir le graph en cercle' %}</a></li> |
198 {% endif %} |
198 {% endif %} |
199 </ul> |
199 </ul> |
200 </li> |
200 </li> |
201 </ul> |
201 </ul> |
202 <a id="toggle-help" href="#"></a> |
202 <a id="toggle-help" href="#"></a> |