Multi-platform: support multiple files per version #201
@ -1,10 +1,16 @@
|
|||||||
|
{% load i18n %}
|
||||||
|
|
||||||
{% if version.platforms.all %}
|
{% if version.platforms.all %}
|
||||||
<div>
|
<div class="dl-row">
|
||||||
Supported platforms:
|
<div class="dl-col">
|
||||||
<ul>
|
<dt>{% trans "Supported Platforms" %}</dt>
|
||||||
|
<dd>
|
||||||
|
<ul class="mb-0">
|
||||||
{% for p in version.platforms.all %}
|
{% for p in version.platforms.all %}
|
||||||
<li>{{p.name}}</li>
|
<li>{{p.name}}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</dd>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -202,11 +202,12 @@
|
|||||||
<dt>{% trans 'Compatibility' %}</dt>
|
<dt>{% trans 'Compatibility' %}</dt>
|
||||||
<dd>
|
<dd>
|
||||||
{% include "extensions/components/blender_version.html" with version=latest %}
|
{% include "extensions/components/blender_version.html" with version=latest %}
|
||||||
{% include "extensions/components/platforms.html" with version=latest %}
|
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include "extensions/components/platforms.html" with version=latest %}
|
||||||
|
|
||||||
{% if extension.website %}
|
{% if extension.website %}
|
||||||
<div class="dl-row">
|
<div class="dl-row">
|
||||||
<div class="dl-col">
|
<div class="dl-col">
|
||||||
|
@ -64,10 +64,12 @@
|
|||||||
<dt>{% trans 'Compatibility' %}</dt>
|
<dt>{% trans 'Compatibility' %}</dt>
|
||||||
<dd>
|
<dd>
|
||||||
{% include "extensions/components/blender_version.html" with version=version %}
|
{% include "extensions/components/blender_version.html" with version=version %}
|
||||||
{% include "extensions/components/platforms.html" with version=version %}
|
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include "extensions/components/platforms.html" with version=version %}
|
||||||
|
|
||||||
<div class="dl-row">
|
<div class="dl-row">
|
||||||
<div class="dl-col">
|
<div class="dl-col">
|
||||||
<dt>Downloads</dt>
|
<dt>Downloads</dt>
|
||||||
|
Loading…
Reference in New Issue
Block a user