src/catedit/templates/categories/submit.html
changeset 43 6d0e2523e17d
parent 42 dac9b1248e0f
child 56 ae469e83026f
equal deleted inserted replaced
42:dac9b1248e0f 43:6d0e2523e17d
    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>