equal
deleted
inserted
replaced
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 %} |