equal
deleted
inserted
replaced
69 <tr> |
69 <tr> |
70 <td class="col-md-12" colspan="3">Aucune catégorie n'a été créée pour l'instant. {% if not readonly %}<a href="{{ url_for('categories.editor', repository=current_repository) }}">Créer une catégorie</a>{% endif %}</td> |
70 <td class="col-md-12" colspan="3">Aucune catégorie n'a été créée pour l'instant. {% if not readonly %}<a href="{{ url_for('categories.editor', repository=current_repository) }}">Créer une catégorie</a>{% endif %}</td> |
71 </tr> |
71 </tr> |
72 {% else %} |
72 {% else %} |
73 {% import "macros.html" as macros %} |
73 {% import "macros.html" as macros %} |
74 {{ macros.category_table(original_cat_list, current_repository, state_list=["original"], target="categories.submit") }} |
74 {{ macros.category_table(original_cat_list, current_repository, state_list=["original"], interactive=False) }} |
75 {% endif %} |
75 {% endif %} |
76 {% endif %} |
76 {% endif %} |
77 </tbody> |
77 </tbody> |
78 </table> |
78 </table> |
79 </div> |
79 </div> |