apigee_m10n-8.x-1.7/templates/rate-plan-revenue-rates.html.twig
templates/rate-plan-revenue-rates.html.twig
{#
/**
* @file
* Default theme implementation to display a apigee revenueShareRates details.
*
* Variables:
* - multipleShareText: Share text.
* - nanos: Number of nano (10^-9) units of the amount.
* - revenueSharePercentage: Share percentage
* - singleShareText: Text.
*/
#}
{% if multipleShareText %}
<tr>
<td>
{{ multipleShareText }}
</td>
<td>
{{ revenueSharePercentage }}
</td>
</tr>
{% else %}
{{ singleShareText }}
{% endif %}
