{% extends "admin/base.html" %} {% block title %}プラグイン管理{% endblock %} {% block content %}
Focomy プラグインマーケットプレイスの価格上限:
この上限は、ユーザーを高額なプラグインから保護するために設けられています。 価値のあるプラグインは適正価格で提供されるべきです。
| 名前 | 開発者 | カテゴリ | 価格 | 送信日 | 操作 |
|---|---|---|---|---|---|
|
{{ plugin.name }}
v{{ plugin.version }} |
{{ plugin.developer_name }} | {{ plugin.category_label }} | {{ plugin.price_display }} | {{ plugin.created_at.strftime('%Y-%m-%d') }} | 審査 |
審査待ちのプラグインはありません
{% endif %}| 名前 | カテゴリ | 価格 | DL数 | 評価 | ステータス | 操作 |
|---|---|---|---|---|---|---|
| {{ plugin.name }} {% if plugin.is_featured %} おすすめ {% endif %} | {{ plugin.category_label }} | {{ plugin.price_display }} | {{ plugin.download_count | default(0) }} | {% if plugin.rating_average %} {{ "★" * (plugin.rating_average | int) }}{{ "☆" * (5 - plugin.rating_average | int) }} ({{ plugin.rating_count }}) {% else %} - {% endif %} | 承認済み |
承認済みのプラグインはありません
{% endif %}