src/cm/templates/site/non_authenticated_index.html
changeset 203 84b8af5ed884
parent 0 40c8f766c9b8
child 220 7d278fde2748
equal deleted inserted replaced
202:aa741039e87a 203:84b8af5ed884
    12 {% block content %}
    12 {% block content %}
    13 
    13 
    14 <h1 class="main_title"><a class="title" href="{% url index %}">{{ CONF.workspace_name }}</a></h1>
    14 <h1 class="main_title"><a class="title" href="{% url index %}">{{ CONF.workspace_name }}</a></h1>
    15 
    15 
    16 {% if public_texts %}
    16 {% if public_texts %}
    17 <table>
    17 <table class="home-table">
    18 <tr>
    18 <tr>
    19 <td width="70%" style="vertical-align:text-top;">
    19 <td width="70%" style="vertical-align:text-top;">
    20 <h2>{% blocktrans count public_texts|length as counter %}One public text{% plural %}{{ counter }} public texts{% endblocktrans %}</h2>
    20 <h2>{% blocktrans count public_texts|length as counter %}One public text{% plural %}{{ counter }} public texts{% endblocktrans %}</h2>
    21 <ul>
    21 <ul>
    22 {% for text in public_texts %}
    22 {% for text in public_texts %}