- <div class="row not-found-message-row mb-4">
- <div class="col-md-12">
- <h2 class="text-muted">
- <i class="icon-ban" aria-hidden="true"></i>
- Couldn't create path
- </h2>
- </div>
- </div>
- <div id="content-main" class="content-main page-list"
- data-path="{{ encodeURI(path) }}"
- data-current-user="{% if user %}{{ user._id.toString() }}{% endif %}"
- data-page-is-not-able-to-create="{{}}"
- ></div>
- </div>
|