{% extends "ldt/user/user_base.html" %}
{# user's space (edit page or project lignes de temps) #}
{% load i18n %}
{% block breadcrumb %}
<li></li>
<li>{% trans "Space" %}</li>
{% endblock %}
{% block content_title %}{% trans "Space" %}{% endblock %}
{% block iricontent%}
<ul>
{% if cms %}
<li><a href="{% url admin:page %}">{% trans "Page" %}</a></li>
{% endif %}
{% if ldt %}
<li><a href="{% url ldt.ldt.views.list_ldt %}">{% trans "Projets Lignes de temps" %}</a></li>
{% endif %}
</ul>
{% endblock %}