{% trans 'Remote Procedure Call of user: ' %}{{user}}
{% trans 'Remote Procedure Call for all users' %}
{% trans 'Remote Procedure Call for user' %} {{user}} {% trans 'and station' %} {{slug}}
{% elif user %}{% trans 'Remote Procedure Call for all users' %}
{% trans 'Remote Procedure Call for user' %} {{user}}
{% else %}{% trans 'Remote Procedure Call' %}
{% endif %}{% trans 'RPC' %} | {% trans 'Active' %} | {% trans 'Status' %} | {% trans 'Station' %} | {% trans 'Created' %} | {% trans 'Method' %} | {% trans 'Error' %} |
---|---|---|---|---|---|---|
{{ rpc.id}} | {% if rpc.active %} {% else %} {% endif %} | {{ rpc.status}} | {{ rpc.stationmetadata}} | {{ rpc.date}} | {{ rpc.method}} | {% if rpc.error %}{{ rpc.error}}{% endif %} |