|
|
|
@ -25,11 +25,11 @@
|
|
|
|
|
{% else %}
|
|
|
|
|
<a href="{{ program.permalink }}">
|
|
|
|
|
{% endif %}
|
|
|
|
|
<h4>{{ program.title }}</h4>
|
|
|
|
|
{% if program.extra.logo %}
|
|
|
|
|
<img src="/software/{{ program.extra.logo }}" alt="{{ program.title }}">
|
|
|
|
|
{% else %}
|
|
|
|
|
<h4>{{ program.title }}</h4>
|
|
|
|
|
{% endif %}</a>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</a>
|
|
|
|
|
<p>{{ program.description }}</p>
|
|
|
|
|
{% if program.extra.positive_short and program.extra.negative_short %}
|
|
|
|
|
<div class="stats">
|
|
|
|
|