equal
deleted
inserted
replaced
168 |
168 |
169 {% block main_content %} |
169 {% block main_content %} |
170 <div class="all-title"> |
170 <div class="all-title"> |
171 <h1><strong>RENKAN</strong></h1> |
171 <h1><strong>RENKAN</strong></h1> |
172 <div class="renkan_help"> |
172 <div class="renkan_help"> |
173 <ul id="graph-layout"> |
173 <ul> |
174 <li> |
174 <li> |
175 {% trans 'Graph Layout' %} |
175 {% trans 'Changer de disposition' %} |
|
176 <p> {% trans '(Indisponible si modification du RENKAN)' %}</p> |
176 <ul> |
177 <ul> |
177 {% if 'shape=circle' in switch_shape_url %} |
178 {% if 'shape=circle' in switch_shape_url %} |
178 <li id="graph-line"><a href="">✓ {% trans 'See the graph in line' %}</a></li> |
179 <li id="graph-line"><a href="">✓ {% trans 'See the graph in line' %}</a></li> |
179 <li id="graph-circle"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in circle' %}</a></li> |
180 <li id="graph-circle"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in circle' %}</a></li> |
180 {% else %} |
181 {% else %} |
181 <li id="graph-line"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in line' %}</a></li> |
182 <li id="graph-line"><a href="{{ switch_shape_url }}"> {% trans 'See the graph in line' %}</a></li> |
182 <li id="graph-circle"><a href="">✓ {% trans 'See the graph in circle' %}</a></li> |
183 <li id="graph-circle"><a href="">✓ {% trans 'See the graph in circle' %}</a></li> |
183 {% endif %} |
184 {% endif %} |
184 </ul> |
185 </ul> |
185 </li> |
186 </li> |
186 </ul> |
187 </ul> |